]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
dont write upload.log as we dont have write perms to the current directory
authorHolger Levsen <holger@layer-acht.org>
Thu, 25 Aug 2011 16:00:43 +0000 (18:00 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 25 Aug 2011 16:00:43 +0000 (18:00 +0200)
build.py

index 1cf63780453a00575a731548b4356dba1d928298..9fd3afc1c599f3bef0a8f29f9a71c4a5aea77764 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -124,7 +124,7 @@ def read_file(path):
         return result
 
 def dput_package_upload(changes_path):
-    cmd = [BIN_DPUT, '-c', '%s' %(DPUT_CF), 'profitbricks', '%s' %(changes_path)]
+    cmd = [BIN_DPUT, '-U', '-c', '%s' %(DPUT_CF), 'profitbricks', '%s' %(changes_path)]
     logger.debug(
             'Trying to execute: "%s"'
             %(cmd)