From: Holger Levsen Date: Fri, 26 Aug 2011 07:37:26 +0000 (+0200) Subject: upload to the distribution specific subdir X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2e248493e41e8bfca48a306822e3ef9166c59380;p=profitbricks%2Fjenkins-build-scripts.git upload to the distribution specific subdir --- diff --git a/build.py b/build.py index 97f5c77..c74a930 100755 --- a/build.py +++ b/build.py @@ -87,7 +87,7 @@ DPUT_OPTIONS = { 'fqdn': DPUT_URI.groupdict().get('url'), 'method': 'scp', 'login': 'reprepro', - 'incoming': '/srv/debian-repository/incoming/', + 'incoming': '/srv/debian-repository/incoming/%s' % (os.environ.get('DISTRIBUTION'), 'allow_unsigned_uploads': 1, } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf')