From d28dfbcd1924330887fe3ec2fc0a126c3abafe92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 1 Jun 2011 15:26:58 +0200 Subject: [PATCH] Set environment value in proper place. --- software/sanef/software.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sanef/software.cfg b/software/sanef/software.cfg index ff26cfc5b..d4895962f 100644 --- a/software/sanef/software.cfg +++ b/software/sanef/software.cfg @@ -81,4 +81,4 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_} # Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not # contain master certificates to verify. command = GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git ${:location} -update-command = GIT_SSL_NO_VERIFY=1 cd ${:location} && ${git:location}/bin/git pull --quiet +update-command = cd ${:location} && GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git pull --quiet -- 2.30.9