[Checkins] SVN: grok/branches/0.12/buildout.cfg Add buildout part 'bundlemaker' with z3c.recipe.eggbasket:creator

Maurits van Rees m.van.rees at zestsoftware.nl
Thu May 29 15:18:41 EDT 2008


Log message for revision 87059:
  Add buildout part 'bundlemaker' with z3c.recipe.eggbasket:creator
  which gives us a way to create a big tarball with all dependencies.
  (merged from trunk rev 87058)

Changed:
  U   grok/branches/0.12/buildout.cfg

-=-
Modified: grok/branches/0.12/buildout.cfg
===================================================================
--- grok/branches/0.12/buildout.cfg	2008-05-29 19:12:31 UTC (rev 87058)
+++ grok/branches/0.12/buildout.cfg	2008-05-29 19:18:40 UTC (rev 87059)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . doc grokwiki
-parts = docs interpreter grokwiki zopectl data test
+parts = docs interpreter grokwiki zopectl data test bundlemaker
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
@@ -61,3 +61,8 @@
 recipe = zc.recipe.testrunner
 eggs = grok
 defaults = ['--tests-pattern', '^f?tests$', '-v']
+
+[bundlemaker]
+recipe = z3c.recipe.eggbasket:creator
+egg = grok
+versionfile = http://grok.zope.org/releaseinfo/grok-0.12.cfg



More information about the Checkins mailing list