From 487cf92320cfa1ab49213f0653508cc499409d15 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 29 Jan 2013 17:59:55 +0100 Subject: [PATCH] switch to pb.local --- debian_build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian_build.py b/debian_build.py index e15fed6..1baade6 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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') -- 2.39.5