Skip to content

Commit

Permalink
Buildout still relies on Zope2 and Record checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 15, 2017
1 parent 077a6e2 commit 1281235
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
[buildout]
extensions =
mr.developer
extends =
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/versions-prod.cfg
develop = .
parts = interpreter test
auto-checkout =
Record
Zope2

[sources]
Zope2 = git ${remotes:github}/Zope pushurl=${remotes:github_push}/Zope
Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record branch=add_hash

[interpreter]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 1281235

Please sign in to comment.