diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-18 11:45:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-18 11:45:39 +0200 |
commit | 588ef34bec7e62e6a599c8c19e6d8532fe4b1bb4 (patch) | |
tree | cc891a312b6d221b6a7ac1b5635d9234d414411a /bin | |
parent | f964171fd322c677c11338581cd98ae143658eb2 (diff) | |
download | jenkins.debian.net-588ef34bec7e62e6a599c8c19e6d8532fe4b1bb4.tar.xz |
reproducible: enable debug at the end, to understand rare failures…
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 da10dd5e..554e72df 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -167,6 +167,7 @@ diff_copy_buildlogs() { elif [ $FTBFS -eq 0 ] ; then echo "Warning: No second build log, what happened?" | tee -a $RBUILDLOG fi + set -x # FIXME: to debug the ".buildinfo not found" problem in eg https://jenkins.debian.net/job/reproducible_builder_armhf_5/447/console - /var/lib/jenkins/userContent/reproducible/buildinfo/unstable/armhf/ssh-import-id_3.21-1_armhf.buildinfo really didnt exist, though both builds created it... echo "Compressing the 1st log..." gzip -9cvn b1/build.log > $BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build1.log.gz chmod 644 $BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build1.log.gz |