]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
uploads should go to the new repository
authorHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 10:31:57 +0000 (12:31 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 10:31:57 +0000 (12:31 +0200)
build.py

index 99a94cb5f4c78f4b431144c028938ea596be687a..9904f7232e67ae0f56809826edb8839b8a690b9c 100755 (executable)
--- 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')