Hi,

I would like to check a behaviour on zc.buildout when some URL is used in extends.

Here is my scenario:

-- buildout.cfg --
[buildout]
extends =
http://url/to/file.cfg
http://url/to/file2.cfg

-- http://url/to/file.cfg --
[buildout]
extends =
http://url/to/sample1.cfg

-- http://url/to/file2.cfg --
[buildout]
extends =
http://url/to/sample1.cfg

I found that the file http://url/to/sample1.cfg is downloaded twice in the same run when I use buildout or bootstrap.py, even if the file is already present into the extends-cache.

1) Is there a way to avoid download twice?

2) Is there a way to not update extends-cache all the time? I found "bin/buildout -N" still downloading extends.

PS.: If it looks like a bug, I'm volunteer to fix it.

Regards,
Rafael Monnerat
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to