[BlueBream] Buildbout.cfg settings ([Checkins] SVN: bbkit/trunk/ merge from 1.0 branch)

Vincent Fretin vincent.fretin at gmail.com
Mon Mar 29 01:50:41 EDT 2010


On Mon, Mar 29, 2010 at 3:00 AM, Sebastien Douche <sdouche at gmail.com> wrote:
> On Mon, Mar 29, 2010 at 02:57, Baiju M <baiju.m.mail at gmail.com> wrote:
>> Oh. committing the `eggs-directory` directory option was a mistake.
>
> ok
>
>> You can provide the download-cache & eggs-directory options from command
>> line (from the master conf) like this:
>>
>> ./bin/buildout buildout:eggs-directory=/path/to/eggs
>> buildout:download-cache=/path/to/cache
>>
>> I think this solution would be better for Buildbots.  If this solution
>> working, please let me know.
>
> you're right.

Hi,

Please don't include these two options in the generated buildout.cfg,
or it will prevent the shared cache to be used.
If you want a global download and eggs directories, you can create a
~/.buildout/default.cfg file with
[buildout]
eggs-directory = /home/user/.buildout/eggs
download-cache = /home/user/.buildout/downloads

Vincent Fretin


More information about the bluebream mailing list