PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Monday the 3rd of June, 2013

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[09:07:35] <DuncanIdaho> hohoho look at all the crowd
[09:08:16] <DuncanIdaho> I would like have extends-cache setting clarified
[09:08:38] <DuncanIdaho> I have read documentation, but I understand nothing
[11:58:23] <aclark> DuncanIdaho: [buildout] extends = http://extend_this_config.cfg, extends-cache caches the results
[11:58:56] <DuncanIdaho> aclark, so this is for config files accessed via http?
[11:59:03] <DuncanIdaho> and caching thereof
[11:59:56] <aclark> DuncanIdaho: config files defined via extends, period
[12:01:07] <DuncanIdaho> So lets assume project in a Git repo, then my local extended config would get duplicated inside extends-cache?
[12:02:03] <aclark> DuncanIdaho: WAT?
[12:02:16] <aclark> DuncanIdaho: extends-cache is a param, e.g. extends-cache = .
[12:02:22] <aclark> "cache extends in the cwd"
[12:02:37] <aclark> DuncanIdaho: i think it is meant to make extends work when no network is avail
[12:04:35] <DuncanIdaho> assume following configuration: buildout.cfg, then buildout_staging.cfg (extends buildout.cfg) and and buildout_production (extends buildout.cfg).
[12:04:47] <DuncanIdaho> all these config files are located in the same directory
[12:05:08] <DuncanIdaho> thats where your statement " config files defined via extends, period" confuses me
[12:05:14] <DuncanIdaho> :)
[12:06:36] <aclark> DuncanIdaho: oh, i was referring to protocol: http://, file://, ftp://. Doesn't matter what the protocol is, I don't think
[12:06:54] <aclark> so, local will get cached too i think
[12:06:56] <aclark> try it out
[12:12:02] <DuncanIdaho> aclark, I will but I get the idea, thanks a lot
[12:12:08] <aclark> np