diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:27:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:27:31 +0200 |
commit | 4d147c5a210bdd519fc55b8fcba0e43aa052e4a4 (patch) | |
tree | a082a2db7e5659d5b02fd9c078d53f95c0349a41 /bin | |
parent | 8240b42c4c31d42be387912723481c408c04bf10 (diff) | |
download | jenkins.debian.net-4d147c5a210bdd519fc55b8fcba0e43aa052e4a4.tar.xz |
reproducible: no need to debug handle_ftbfs()
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 4d109857..f89346dc 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -194,6 +194,7 @@ handle_not_for_us() { } handle_ftbfs() { + if ! "$DEBUG" ; then set +x ; fi local BUILD echo "${SRCPACKAGE} failed to build from source." for BUILD in "1" "2"; do |