From 6403f168936b7c99b202c919d38f822eab8be94c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 22 Jun 2010 11:10:37 -0400 Subject: [PATCH] fix --- build-conf-planetlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__(): -- 2.47.0