From 1cf429f2b1e499abf685fa813d2d2c021cc5ee31 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Sep 2011 12:31:57 +0200 Subject: [PATCH] uploads should go to the new repository --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 99a94cb..9904f72 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/profitbricks', + 'incoming': '/srv/profitbricks/incoming/profitbricks', 'allow_unsigned_uploads': 1, } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf') -- 2.39.5