From: Mathias Klette Date: Thu, 2 May 2013 09:37:39 +0000 (+0200) Subject: fix debian_build: provide some dumb comment instead of failing with non-existing... X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f5798e776ff1491cb4277076a7a928f55c0819e5;p=profitbricks%2Fjenkins-build-scripts.git fix debian_build: provide some dumb comment instead of failing with non-existing objects --- diff --git a/debian_build.py b/debian_build.py index cfb0e20..d2438c3 100755 --- a/debian_build.py +++ b/debian_build.py @@ -128,7 +128,7 @@ def dput_package_upload(changes_path): logger.debug('Exit status: %d' %( result )) if not result: - raise Exception(result.stdout) + raise Exception('FIXME: explain the error') except Exception, error: logger.exception('%s' %(error))