]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
louder
authorHolger Levsen <holger@layer-acht.org>
Wed, 15 Feb 2012 15:12:10 +0000 (16:12 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 15 Feb 2012 15:12:10 +0000 (16:12 +0100)
debian_build.py

index 57ba2e89c69dc47b631ca728178c7089b8d4ea64..f2242fbd1528ad63bbe98915de38acf6ca784e55 100755 (executable)
@@ -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()