From 26fef6b40060d34314d0506008989cf8825e9053 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Feb 2012 18:02:13 +0100 Subject: [PATCH] lets try to get rid of the double clone --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5