dabo Commit
Revision 5552
Date: 2009-12-14 11:46:50 -0800 (Mon, 14 Dec 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5552
Changed:
U trunk/setup.py
Log:
Fixed the download_url in setup.py to match the current download location. I
guess easy_install has been broken for a while. Thanks Carl Karsten for
finding and reporting the problem, along with a solution!
Diff:
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-12-14 18:34:02 UTC (rev 5551)
+++ trunk/setup.py 2009-12-14 19:46:50 UTC (rev 5552)
@@ -55,7 +55,7 @@
name = "Dabo",
version = daboVersion,
url = 'http://dabodev.com/',
- download_url = 'ftp://dabodev.com/dabo/dabo-%s-win.zip' %
daboVersion,
+ download_url =
'http://cdn.cloudfiles.mosso.com/c118811/dabo/dabo-%s-win.zip',
author = 'Ed Leafe and Paul McNett',
author_email = '[email protected]',
description = 'Dabo 3-tier Application Framework',
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]