[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Allow bin/list-latest to take arguments (list of package names to show).

Marius Gedminas marius at pov.lt
Tue Aug 26 23:55:57 EDT 2008


Log message for revision 90374:
  Allow bin/list-latest to take arguments (list of package names to show).
  
  

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

-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2008-08-27 03:51:22 UTC (rev 90373)
+++ zope.release/branches/3.4/buildout.cfg	2008-08-27 03:55:57 UTC (rev 90374)
@@ -45,5 +45,5 @@
 recipe = zc.recipe.egg:scripts
 eggs = zope.kgs
 scripts = list-latest
-arguments = ('-m',
-             'controlled-packages.cfg')
+arguments = ['-m',
+             'controlled-packages.cfg'] + sys.argv[1:]



More information about the Checkins mailing list