diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
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() { |