[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Make upload more appropriate for our current use cases.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jan 30 23:19:05 EST 2009


Log message for revision 95610:
  Make upload more appropriate for our current use cases.
  

Changed:
  U   zope.release/branches/3.4/buildout.cfg

-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2009-01-30 23:06:37 UTC (rev 95609)
+++ zope.release/branches/3.4/buildout.cfg	2009-01-31 04:19:05 UTC (rev 95610)
@@ -38,8 +38,8 @@
 recipe = zc.recipe.egg:scripts
 eggs = zope.release
 scripts = upload
-arguments = ('releases/controlled-packages.cfg',
-             'download.zope.org:/var/www/download.zope.org/zope3.4',)
+arguments = sys.argv[1:] +
+            ['download.zope.org:/var/www/download.zope.org/zope3.4']
 
 [update-tree]
 recipe = zc.recipe.egg:scripts



More information about the Checkins mailing list