[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Enable list-changes to be run on the Zope 3 KGS.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 13 22:23:38 EST 2009


Log message for revision 94730:
  Enable list-changes to be run on the Zope 3 KGS.
  

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-14 03:02:20 UTC (rev 94729)
+++ zope.release/branches/3.4/buildout.cfg	2009-01-14 03:23:37 UTC (rev 94730)
@@ -1,8 +1,10 @@
 [buildout]
-develop = . zope.kgs
+develop = .
+          zope.kgs
 index = http://download.zope.org/zope3.4
 parts = test upload update-tree
-        generate-buildout generate-versions generate-site list-latest
+        generate-buildout generate-versions generate-site
+        list-latest list-changes
 
 [test]
 recipe = zc.recipe.testrunner
@@ -47,3 +49,9 @@
 scripts = list-latest
 arguments = ['-m',
              'controlled-packages.cfg'] + sys.argv[1:]
+
+[list-changes]
+recipe = zc.recipe.egg:scripts
+eggs = zope.kgs
+scripts = list-changes
+arguments = ['controlled-packages.cfg'] + sys.argv[1:]



More information about the Checkins mailing list