From: Holger Levsen Date: Thu, 13 Oct 2011 10:09:51 +0000 (+0200) Subject: always upload to alexandria X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=24c11764832ba28186baaf9ea357711265e1bd24;p=profitbricks%2Fjenkins-build-scripts.git always upload to alexandria --- diff --git a/debian_build.py b/debian_build.py index cda6e23..bd38c89 100755 --- a/debian_build.py +++ b/debian_build.py @@ -77,15 +77,8 @@ SMTP_BUILD_SUCCESS = 'SUCCESSFUL' SMTP_BUILD_ERROR = 'NOT SUCCESSFUL' SMTP_FROM = '%s@profitbricks.com' %(pwd.getpwuid(os.geteuid()).pw_name) -CRE_URI = re.compile(r'(?P\w+)\:\/\/(?P[a-zA-Z0-9\-\_\.\+]+)\/(?P.*)$') -DPUT_URI = CRE_URI.match(GIT_REPO_PATH) -if not DPUT_URI: - raise Exception( - 'could not build DPUT_URI from "%s"' - %(GIT_REPO_PATH) - ) DPUT_OPTIONS = { - 'fqdn': DPUT_URI.groupdict().get('url'), + 'fqdn': 'alexandria.profitbricks.localdomain', 'method': 'scp', 'login': 'reprepro', 'incoming': '/srv/profitbricks-repository/incoming/profitbricks',