From: Holger Levsen Date: Thu, 25 Aug 2011 16:15:05 +0000 (+0200) Subject: play with options X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e42e4d84df710441f85abd94d0111827f509f42e;p=profitbricks%2Fjenkins-build-scripts.git play with options --- diff --git a/build.py b/build.py index 9fd3afc..4b0bf99 100755 --- 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, '-U', '-c', '%s' %(DPUT_CF), 'profitbricks', '%s' %(changes_path)] + cmd = [BIN_DPUT, '-c', '%s' %(DPUT_CF), '--no-upload-log', 'profitbricks', '%s' %(changes_path)] logger.debug( 'Trying to execute: "%s"' %(cmd)