[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: make first build.log visible again

Holger Levsen holger at moszumanska.debian.org
Thu Sep 10 10:35:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3d2a19e6c471d96cc5d2d5406c1ddd45301eb1d0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 10 12:34:32 2015 +0200

    reproducible: make first build.log visible again
---
 TODO                      | 1 -
 bin/reproducible_build.sh | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 1c0ad1c..760184d 100644
--- a/TODO
+++ b/TODO
@@ -173,7 +173,6 @@ properties:
 ** reproducible_build.sh changes needed:
 *** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone…
 *** handle_unhandled() needs to unregister the build from the db too
-*** rbuild.log isnt show when a package ftbfs
 *** diffoscope needs to be run on the target arch...
 **** should probably be doable with qemu-static on the host
 *** once all non remote build jobs are removed, remove the legacy code from _build.sh
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fdbfbf4..3dba3aa 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() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list