Update buildout config adding some auto-checkout modules

This commit is contained in:
Bernat Brunet Torruella 2013-04-08 21:06:58 +02:00
parent e90b571b77
commit 9d3b28623c
3 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,7 @@
# git mercurial
# postgresql postgresql-plpython-<VERSION> libpq5 libpq-dev
# The buildout use a mr.developer hacked
python bootstrap.py
./build/bin/buildout -c buildout.cfg

View File

@ -20,7 +20,7 @@ develop-eggs-directory = build/develop-eggs
parts-directory = build/parts
# This sets the number of threads used for parallel checkouts
mr.developer-threads = 8
mr.developer-threads = 23
# By default buildout and recipes will try to find the newest
# versions of distributions needed to satisfy requirements
@ -28,8 +28,9 @@ newest = false
auto-checkout =
# It could be a '*' to auto-checkout all
# tryton
tryton
trytond
proteus
parts =
supervisor

View File

@ -7,3 +7,4 @@ auto-checkout += *
#stock_kit = hg ssh://hg@bitbucket.org/angelnan/stock_kit egg=False
#trytond_timetracker = hg ssh://hg@bitbucket.org/angelnan/trytond_timetracker egg=False
#trytond_timetracker_task = hg ssh://hg@bitbucket.org/angelnan/trytond_timetracker_task egg=False
asterisk = hg https://bitbucket.org/zikzakmedia/trytond-asterisk egg=False