Skip to content

Commit

Permalink
Add buildout part 'bundlemaker' with z3c.recipe.eggbasket:creator
Browse files Browse the repository at this point in the history
which gives us a way to create a big tarball with all dependencies.
(merged from trunk rev 87058)
  • Loading branch information
mauritsvanrees committed May 29, 2008
1 parent 271e8c5 commit c0475d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -61,3 +61,8 @@ zope.conf = ${data:zconfig}
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

0 comments on commit c0475d5

Please sign in to comment.