[Checkins] SVN: zope.release/trunk/buildout.cfg Build the generate-intro script, since it is useful for updating the intro page

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Nov 18 08:29:04 EST 2007


Log message for revision 81915:
  Build the generate-intro script, since it is useful for updating the intro page 
  independent of the entire KGS.
  

Changed:
  U   zope.release/trunk/buildout.cfg

-=-
Modified: zope.release/trunk/buildout.cfg
===================================================================
--- zope.release/trunk/buildout.cfg	2007-11-18 13:27:48 UTC (rev 81914)
+++ zope.release/trunk/buildout.cfg	2007-11-18 13:29:04 UTC (rev 81915)
@@ -2,7 +2,7 @@
 develop = . zope.kgs
 index = http://download.zope.org/zope3.4
 parts = test upload update-tree
-        generate-buildout generate-versions generate-site
+        generate-buildout generate-versions generate-intro generate-site
 
 [test]
 recipe = zc.recipe.testrunner
@@ -22,6 +22,11 @@
 arguments = ('controlled-packages.cfg',
              './test/versions.cfg')
 
+[generate-intro]
+recipe = zc.recipe.egg:scripts
+eggs = zope.kgs
+scripts = generate-intro
+
 [generate-site]
 recipe = zc.recipe.egg:scripts
 eggs = zope.kgs



More information about the Checkins mailing list