]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
change pathes
authorHolger Levsen <holger@layer-acht.org>
Wed, 25 Jan 2012 10:45:13 +0000 (11:45 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 25 Jan 2012 10:45:13 +0000 (11:45 +0100)
debian_build.py

index 49c242967226ff84c629279074f51f297f7b5aea..a995833d2bc3c76411561257ee0d73795dc276e9 100755 (executable)
@@ -76,9 +76,9 @@ DPUT_OPTIONS_DEV = {
         'fqdn': 'alexandria.profitbricks.localdomain',
         'method': 'scp',
         'login': 'reprepro',
-        'incoming': '/srv/profitbricks-dev-repository/incoming/profitbricks',
+        'incoming': '/srv/dev-repository/incoming/',
         'allow_unsigned_uploads': 1,
-        'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/profitbricks-dev-repository/bin/pb_processincoming',
+        'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/dev-repository/bin/pb_processincoming',
         }
 DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf')