[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible openwrt: add more console output
Holger Levsen
gitlab at salsa.debian.org
Fri Oct 5 13:22:14 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8cd3b3fc by Holger Levsen at 2018-10-05T12:22:00Z
reproducible openwrt: add more console output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -37,6 +37,7 @@ node_cleanup_tmpdirs() {
echo "Something very strange with \$TMPBUILDDIR=$TMPBUILDDIR exiting instead of doing cleanup."
exit 1
fi
+ echo "$(date -u) - deleting \$TMPBUILDDIR $TMPBUILDDIR"
rm -rf "$TMPBUILDDIR"
}
@@ -130,6 +131,7 @@ node_save_logs() {
# we create an empty tar.xz instead of failing
touch "$tmpdir/build_logs.tar.xz"
else
+ echo "$(date -u) - saving \$tmpdir/build/source in $tmpdir/build_logs.tar.xz"
tar cJf "$tmpdir/build_logs.tar.xz" -C "$tmpdir/build/source" ./logs
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8cd3b3fc077493fa7b6f2eda7811d645bb633361
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8cd3b3fc077493fa7b6f2eda7811d645bb633361
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181005/92d1b2d7/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list