X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-conf-planetlab.py;h=69d1bfb3281a70944dd7cea19d766e95141377bf;hb=refs%2Fheads%2Flxc_devel;hp=b93a232e10849ab136e5dd77cd3b7a6e4dec4a3a;hpb=919dab55f8c5673494148598f744c1f462910969;p=build.git 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__():