From 6a63cc20ac6faa88e8b90af27c4766dfc7b62b1a Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 14 Feb 2014 11:27:04 +0100 Subject: [PATCH] Explicitly disable download-cache. otherwise it is automatically set to [buildout]['downloads'] by minitage.recipe.common. --- stack/slapos.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack/slapos.cfg b/stack/slapos.cfg index 61f1321e6..21cc51b72 100644 --- a/stack/slapos.cfg +++ b/stack/slapos.cfg @@ -5,6 +5,9 @@ # Developers need to add explicitely this part in their software profile # parts = slapos-cookbook +# Explicitly disable download-cache +download-cache = + # Generate list of automatically chosen eggs version extensions += buildout-versions -- 2.30.9