From: Holger Levsen Date: Thu, 25 Aug 2011 15:49:37 +0000 (+0200) Subject: should be unneeded X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4367e7fc05f186592ba7f79877787e0ef2c5e1dc;p=profitbricks%2Fjenkins-build-scripts.git should be unneeded --- diff --git a/build.py b/build.py index d7148aa..7df0294 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/%s' %(os.environ.get('DISTRIBUTION')), + 'incoming': '/srv/debian-repository/incoming/', 'allow_unsigned_uploads': 1, 'default_host_main': 'profitbricks' }