[Checkins] SVN: grokproject/branches/maurits-using-eggbasket/ At the end of the generated bootstrap.py run buildout install eggbasket.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue May 6 17:36:44 EDT 2008


Log message for revision 86521:
  At the end of the generated bootstrap.py run buildout install eggbasket.
  

Changed:
  U   grokproject/branches/maurits-using-eggbasket/CHANGES.txt
  U   grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl

-=-
Modified: grokproject/branches/maurits-using-eggbasket/CHANGES.txt
===================================================================
--- grokproject/branches/maurits-using-eggbasket/CHANGES.txt	2008-05-06 21:20:04 UTC (rev 86520)
+++ grokproject/branches/maurits-using-eggbasket/CHANGES.txt	2008-05-06 21:36:44 UTC (rev 86521)
@@ -4,6 +4,9 @@
 maurits-using-eggbasket branch
 ------------------------------
 
+* At the end of the generated bootstrap.py run buildout install
+  eggbasket.
+
 * When creating a new grokproject first run 'buildout install
   eggbasket' before running the general 'buildout install'.
 

Modified: grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl
===================================================================
--- grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl	2008-05-06 21:20:04 UTC (rev 86520)
+++ grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl	2008-05-06 21:36:44 UTC (rev 86521)
@@ -1 +1,2 @@
 ${bootstrap_contents}
+zc.buildout.buildout.main(sys.argv[1:] + ['install', 'eggbasket'])



More information about the Checkins mailing list