]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix debian_build: provide some dumb comment instead of failing with non-existing...
authorMathias Klette <mathias.klette@profitbricks.com>
Thu, 2 May 2013 09:37:39 +0000 (11:37 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Thu, 2 May 2013 09:37:39 +0000 (11:37 +0200)
debian_build.py

index cfb0e20a0f779ab9733540c26e24faa74baede19..d2438c3caa3b4bb442ecf44ae2aa243e3d40e756 100755 (executable)
@@ -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))