From e42e4d84df710441f85abd94d0111827f509f42e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Aug 2011 18:15:05 +0200 Subject: [PATCH] play with options --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5