From 0f243277575cb5240cf9d56e0b50dac9c773ffe4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Aug 2011 17:55:57 +0200 Subject: [PATCH] we're real close now --- build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.5