]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
we're real close now
authorHolger Levsen <holger@layer-acht.org>
Thu, 25 Aug 2011 15:55:57 +0000 (17:55 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 25 Aug 2011 15:55:57 +0000 (17:55 +0200)
build.py

index 7df029426e8d2c5d2906d5f5278f85cf5943f630..1cf63780453a00575a731548b4356dba1d928298 100755 (executable)
--- 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)