From: S.Çağlar Onur Date: Tue, 22 Jun 2010 15:10:37 +0000 (-0400) Subject: fix X-Git-Tag: 5.0-rc11~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6403f168936b7c99b202c919d38f822eab8be94c;p=build.git fix --- diff --git a/build-conf-planetlab.py b/build-conf-planetlab.py index b93a232e..69d1bfb3 100755 --- a/build-conf-planetlab.py +++ b/build-conf-planetlab.py @@ -54,7 +54,7 @@ __flag_to_test__={0:'-B', 1:''} def __check_out_build_script__(build): import os tmpname = os.popen('mktemp -d /tmp/'+build['build-script']+'.XXXXXX').read().rstrip('\n') - os.system("git clone --depth 1 %s %s" % (scmpath, tmpname)) + os.system("git clone --depth 1 %s %s" % (build['scmpath'], tmpname)) return "%s/%s" % (tmpname, build['build-script']) def __today__():