]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
switch to pb.local
authorHolger Levsen <holger@layer-acht.org>
Tue, 29 Jan 2013 16:59:55 +0000 (17:59 +0100)
committerHolger Levsen <holger@layer-acht.org>
Tue, 29 Jan 2013 16:59:55 +0000 (17:59 +0100)
debian_build.py

index e15fed619e7666fa9f051749c120f5f1bfca5c92..1baade6c2cadb0b9772931f0d0bbe726d24b6302 100755 (executable)
@@ -76,20 +76,20 @@ GIT_TARGET_DIR = os.path.join(
 )
 
 DPUT_OPTIONS_DEFAULT = {
-        'fqdn': 'alexandria.profitbricks.localdomain',
+        'fqdn': 'alexandria.pb.local',
         'method': 'scp',
         'login': 'reprepro',
         'incoming': '/srv/profitbricks-repository/incoming/profitbricks',
         'allow_unsigned_uploads': 1,
-        'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/profitbricks-repository/bin/pb_processincoming',
+        'post_upload_command': 'ssh reprepro@alexandria.pb.local /srv/profitbricks-repository/bin/pb_processincoming',
         }
 DPUT_OPTIONS_DEV = {
-        'fqdn': 'alexandria.profitbricks.localdomain',
+        'fqdn': 'alexandria.pb.local',
         'method': 'scp',
         'login': 'reprepro',
         'incoming': '/srv/dev-repository/incoming/',
         'allow_unsigned_uploads': 1,
-        'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/dev-repository/bin/pb_processincoming',
+        'post_upload_command': 'ssh reprepro@alexandria.pb.local /srv/dev-repository/bin/pb_processincoming',
         }
 DPUT_CF = os.path.join(CWD, '..', 'dput.cf')