From: Holger Levsen Date: Wed, 8 Feb 2012 17:02:13 +0000 (+0100) Subject: lets try to get rid of the double clone X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=26fef6b40060d34314d0506008989cf8825e9053;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 d6354c2..1d41f36 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(CWD, '..', 'dput.cf') NO_UPLOAD = os.environ.get('NO_UPLOAD')