From 4367e7fc05f186592ba7f79877787e0ef2c5e1dc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Aug 2011 17:49:37 +0200 Subject: [PATCH] should be unneeded --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.39.5