From: Holger Levsen Date: Wed, 15 Feb 2012 15:12:10 +0000 (+0100) Subject: louder X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=727d48fafdd8798a193f66c5e7e5beb486ff5533;p=profitbricks%2Fjenkins-build-scripts.git louder --- diff --git a/debian_build.py b/debian_build.py index 57ba2e8..f2242fb 100755 --- a/debian_build.py +++ b/debian_build.py @@ -425,9 +425,9 @@ if __name__ == '__main__': elif GIT_BRANCH_NAME.startswith('hotfix/') or options.distribution in ('stable', 'stable-proposed-updates', 'production', 'production-proposed-updates'): pb_suite='production-proposed-updates' - cmd = ['toilet', '-w', '200', 'dist: %s' %(pb_suite)] + cmd = ['toilet', '-E', 'caca', '-t', 'dist: %s' %(pb_suite)] subprocess.check_call(cmd) - cmd = ['toilet', '-w', '200', 'version: %s' %(version)] + cmd = ['toilet', '-E', 'caca', '-t', 'version: %s' %(version)] subprocess.check_call(cmd) gbp = git_buildpackage.GitBuildPackage( @@ -477,7 +477,7 @@ if __name__ == '__main__': else: logger.debug('value of NO_UPLOAD: %s' % NO_UPLOAD) except Exception, error: - cmd = ['toilet', 'upload to reprepro failed:'] + cmd = ['toilet', '-E', 'caca', '-t', 'upload to reprepro failed:'] subprocess.check_call(cmd) logger.exception(error) exit_error()