]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
lets try to get rid of the double clone
authorHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:02:13 +0000 (18:02 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:02:13 +0000 (18:02 +0100)
debian_build.py

index d6354c2107b5b0dcd18032e87866db3d66b02480..1d41f369356d6abf7df4668dca365b85e9e832d9 100755 (executable)
@@ -80,7 +80,7 @@ DPUT_OPTIONS_DEV = {
         'allow_unsigned_uploads': 1,
         'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/dev-repository/bin/pb_processincoming',
         }
-DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, '..', 'dput.cf')
+DPUT_CF = os.path.join(CWD, '..', 'dput.cf')
 
 NO_UPLOAD = os.environ.get('NO_UPLOAD')