From: Holger Levsen Date: Thu, 25 Aug 2011 15:55:57 +0000 (+0200) Subject: we're real close now X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=0f243277575cb5240cf9d56e0b50dac9c773ffe4;p=profitbricks%2Fjenkins-build-scripts.git we're real close now --- diff --git a/build.py b/build.py index 7df0294..1cf6378 100755 --- a/build.py +++ b/build.py @@ -89,7 +89,6 @@ DPUT_OPTIONS = { 'login': 'reprepro', 'incoming': '/srv/debian-repository/incoming/', 'allow_unsigned_uploads': 1, - 'default_host_main': 'profitbricks' } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf') @@ -125,7 +124,7 @@ def read_file(path): return result def dput_package_upload(changes_path): - cmd = [BIN_DPUT, '-c', '%s' %(DPUT_CF), '%s' %(changes_path)] + cmd = [BIN_DPUT, '-c', '%s' %(DPUT_CF), 'profitbricks', '%s' %(changes_path)] logger.debug( 'Trying to execute: "%s"' %(cmd)