]> 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:00:07 +0000 (18:00 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:00:07 +0000 (18:00 +0100)
debian_build.py

index 1c2b41b440b9ea0224c8441403784c3fa010779b..d6354c2107b5b0dcd18032e87866db3d66b02480 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(GIT_TARGET_WORKSPACE, '..', 'dput.cf')
 
 NO_UPLOAD = os.environ.get('NO_UPLOAD')