From: Holger Levsen Date: Wed, 8 Feb 2012 17:00:07 +0000 (+0100) Subject: lets try to get rid of the double clone X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9a3d24fa91877b561330d9080b157a4d66c878e3;p=profitbricks%2Fjenkins-build-scripts.git lets try to get rid of the double clone --- diff --git a/debian_build.py b/debian_build.py index 1c2b41b..d6354c2 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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')