From 3d2a19e6c471d96cc5d2d5406c1ddd45301eb1d0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 12:34:32 +0200 Subject: reproducible: make first build.log visible again --- bin/reproducible_build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_build.sh') 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() { -- cgit v1.2.3-54-g00ecf