From 8ca7241ce0f3d93607f83399e5cc8ec3dcb667f0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 24 Nov 2019 19:57:25 +0100 Subject: [PATCH] reproducible Archlinux: be a bit more verbose in the job output instead Signed-off-by: Holger Levsen --- bin/reproducible_build_archlinux_pkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 664ddc69..7698713c 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -438,13 +438,13 @@ if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz 2>/dev/null|| true)" ] ; the echo "

" ) > "$BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT.html" elif [ -f $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT ] && [ -f $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ] ; then - # run diffoscope on the results + echo "$(date -u) - running diffoscope on the results" TIMEOUT="60m" DIFFOSCOPE="$(schroot --directory /tmp -c chroot:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)" echo "$(date -u) - Running $DIFFOSCOPE now..." call_diffoscope $SRCPACKAGE $ARTIFACT elif [ -f $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT ] || [ -f $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ] ; then - # one of the two builds failed... delete the other one + echo "$(date -u) - one of the two builds failed... delete the other one" ( rm $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT || rm $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT ) 2>/dev/null else # some packages define the package version based on the build date -- GitLab