Skip to content

Commit

Permalink
use head of current plumber development
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 30, 2012
1 parent 36654eb commit 96efa86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions buildout.cfg
Expand Up @@ -4,6 +4,21 @@ unzip = true

parts += omelette

extensions = mr.developer
sources-dir = ${buildout:directory}/devsrc
always-checkout = force
auto-checkout = *


[remotes]
bda = git://github.com/bluedynamics
bda_push = git@github.com:bluedynamics

[sources]
plumber = git ${remotes:bda}/plumber.git pushurl=${remotes:bda_push}/plumber.git
node = git ${remotes:bda}/node.git pushurl=${remotes:bda_push}/node.git
node.ext.zodb = git ${remotes:bda}/node.ext.zodb.git pushurl=${remotes:bda_push}/node.ext.zodb.git

[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}

0 comments on commit 96efa86

Please sign in to comment.