summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 12:34:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 12:34:32 +0200
commit3d2a19e6c471d96cc5d2d5406c1ddd45301eb1d0 (patch)
tree6ee113252f95d915a223d77b0d344f60b221976d /bin/reproducible_build.sh
parentdace30d88583e7e45deaa7116de8bf608db0ef59 (diff)
downloadjenkins.debian.net-3d2a19e6c471d96cc5d2d5406c1ddd45301eb1d0.tar.xz
reproducible: make first build.log visible again
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fdbfbf41..3dba3aa8 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -542,6 +542,9 @@ remote_build() {
ls -R $TMPDIR
ssh -p $PORT $NODE "rm -r $TMPDIR"
set -e
+ if [ $BUILDNR -eq 1 ] ; then
+ cat $TMPDIR/b1/build.log >> ${RBUILDLOG}
+ fi
}
check_buildinfo() {