From 06ec39fceb9b6b735dbd13c78a5e878266723a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 10 May 2011 09:56:20 +0200 Subject: [PATCH] (Workaround) Avoid bugs by hexagonit.recipe.download/cmmi. Template part is using slapos.recipe.template, which uses buildout's download utility without hack. Unfortunately bugs in hexagonit.recipe.download/cmmi are modifying buildout environment in a way, which kills correct usage of download utility. Running template early allows to avoid those issues. --- slapos/testnode-software.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slapos/testnode-software.cfg b/slapos/testnode-software.cfg index bddb0e2f6f..072a5567b1 100644 --- a/slapos/testnode-software.cfg +++ b/slapos/testnode-software.cfg @@ -21,10 +21,10 @@ extends = profile/zip.cfg parts = + template bootstrap eggs subversion - template zip git -- 2.30.9