[Checkins] SVN: grokproject/trunk/ Add a line at the end of bootstrap.py again to install the eggbasket section.

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 19 05:16:21 EDT 2008


Log message for revision 86838:
  Add a line at the end of bootstrap.py again to install the eggbasket section.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/bootstrap.py

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-19 09:15:44 UTC (rev 86837)
+++ grokproject/trunk/CHANGES.txt	2008-05-19 09:16:20 UTC (rev 86838)
@@ -4,6 +4,9 @@
 0.8 (unreleased)
 ------------------
 
+* Add a line at the end of bootstrap.py again to install the eggbasket
+  section.
+
 * Using hardcoded bootstrap.py again instead of downloading the current trunk
   revision upon each grokproject run, which is potentially dangerous.
 

Modified: grokproject/trunk/grokproject/template/bootstrap.py
===================================================================
--- grokproject/trunk/grokproject/template/bootstrap.py	2008-05-19 09:15:44 UTC (rev 86837)
+++ grokproject/trunk/grokproject/template/bootstrap.py	2008-05-19 09:16:20 UTC (rev 86838)
@@ -60,3 +60,7 @@
 import zc.buildout.buildout
 zc.buildout.buildout.main(sys.argv[1:] + ['bootstrap'])
 shutil.rmtree(tmpeggs)
+
+# grokproject specific addition to standard bootstrap.py:
+# Install eggbasket too.
+zc.buildout.buildout.main(sys.argv[1:] + ['install', 'eggbasket'])



More information about the Checkins mailing list