Skip to content

Commit

Permalink
* remove grok-ecosystem. It was slowing things down, plus actually
Browse files Browse the repository at this point in the history
  obscured the fact that megrok.layout and megrok.menu are dependencies of
  the grok core at present (due to grokui. Perhaps this means separating 
  that out, I don't know yet).

* auto-checkout those packages that we're working on (zope.app.zcmlfiles
  removal and such).
  • Loading branch information
faassen committed Apr 27, 2010
1 parent 8debd96 commit dc5b142
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 209 deletions.
8 changes: 1 addition & 7 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[buildout]
parts =
test-grok
test-ecosystem
depgraph
extensions = mr.developer
extends =
grok.cfg
grok-ecosystem.cfg
versions = versions
allow-picked-versions = false
auto-checkout = grok grokcore.view grokcore.viewlet grokcore.component

[versions]
infrae.subversion = 1.4.5
Expand All @@ -24,11 +23,6 @@ recipe = z3c.recipe.compattest
include = ${grok:packages}
runner-defaults = ['--tests-pattern', '^f?tests$', '-v']

[test-ecosystem]
recipe = z3c.recipe.compattest
include = ${grok-ecosystem:packages}
runner-defaults = ['--tests-pattern', '^f?tests$', '-v']

[depgraph]
recipe = z3c.recipe.depgraph
eggs = ${grok:packages}
Expand Down
202 changes: 0 additions & 202 deletions grok-ecosystem.cfg

This file was deleted.

4 changes: 4 additions & 0 deletions grok.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ included =
grokcore.viewlet
grokui.admin
grokui.base
megrok.layout
megrok.menu
martian
z3c.autoinclude
z3c.evalexception
Expand Down Expand Up @@ -71,6 +73,8 @@ z3c.autoinclude = 0.3.2
z3c.evalexception = 2.0
z3c.flashmessage = 1.0
zc.catalog = 1.4.2
megrok.layout = 1.1.0
megrok.menu = 0.4

# Tools
Paste = 1.7.2
Expand Down

0 comments on commit dc5b142

Please sign in to comment.