On Mon, Mar 29, 2010 at 3:00 AM, Sebastien Douche <[email protected]> wrote: > On Mon, Mar 29, 2010 at 02:57, Baiju M <[email protected]> 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 _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
