From 2e248493e41e8bfca48a306822e3ef9166c59380 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 26 Aug 2011 09:37:26 +0200 Subject: [PATCH] upload to the distribution specific subdir --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5