[Checkins] SVN: grokproject/branches/maurits-using-eggbasket/ When creating a new grokproject first run 'buildout install

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


Log message for revision 86520:
  When creating a new grokproject first run 'buildout install
  eggbasket' before running the general 'buildout install'.
  

Changed:
  U   grokproject/branches/maurits-using-eggbasket/CHANGES.txt
  U   grokproject/branches/maurits-using-eggbasket/grokproject/utils.py

-=-
Modified: grokproject/branches/maurits-using-eggbasket/CHANGES.txt
===================================================================
--- grokproject/branches/maurits-using-eggbasket/CHANGES.txt	2008-05-06 20:27:10 UTC (rev 86519)
+++ grokproject/branches/maurits-using-eggbasket/CHANGES.txt	2008-05-06 21:20:04 UTC (rev 86520)
@@ -4,6 +4,9 @@
 maurits-using-eggbasket branch
 ------------------------------
 
+* When creating a new grokproject first run 'buildout install
+  eggbasket' before running the general 'buildout install'.
+
 * Use the new z3c.recipe.eggbasket recipe.
 
 

Modified: grokproject/branches/maurits-using-eggbasket/grokproject/utils.py
===================================================================
--- grokproject/branches/maurits-using-eggbasket/grokproject/utils.py	2008-05-06 20:27:10 UTC (rev 86519)
+++ grokproject/branches/maurits-using-eggbasket/grokproject/utils.py	2008-05-06 21:20:04 UTC (rev 86520)
@@ -135,4 +135,5 @@
         zc.buildout.buildout.main(extra_args + ['bootstrap'])
 
     print "Invoking zc.buildout..."
+    zc.buildout.buildout.main(['-q', 'install', 'eggbasket'])
     zc.buildout.buildout.main(['-q', 'install'])



More information about the Checkins mailing list