From: Holger Levsen Date: Thu, 1 Sep 2011 10:31:57 +0000 (+0200) Subject: uploads should go to the new repository X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1cf429f2b1e499abf685fa813d2d2c021cc5ee31;p=profitbricks%2Fjenkins-build-scripts.git uploads should go to the new repository --- 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')