fix
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 22 Jun 2010 15:10:37 +0000 (11:10 -0400)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 22 Jun 2010 15:10:37 +0000 (11:10 -0400)
build-conf-planetlab.py

index b93a232..69d1bfb 100755 (executable)
@@ -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__():