From: Mathias Klette Date: Wed, 5 Jun 2013 18:08:55 +0000 (+0200) Subject: debian_build: PLEASE also exit with error if branch was not found! X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=955da7f11ea31c1d2799f4c8d3648849076a4312;p=profitbricks%2Fjenkins-build-scripts.git debian_build: PLEASE also exit with error if branch was not found! --- diff --git a/debian_build.py b/debian_build.py index 4a10e0d..4eb2623 100755 --- a/debian_build.py +++ b/debian_build.py @@ -145,6 +145,7 @@ if __name__ == '__main__': ), exc_info=error ) + exit_error() # .. content related cl = changelog.Changelog()