From 9a3d24fa91877b561330d9080b157a4d66c878e3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Feb 2012 18:00:07 +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 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') -- 2.39.5