[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: dont spam irc
Holger Levsen
holger at layer-acht.org
Thu Nov 30 23:06:49 UTC 2017
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 a798f3d9e674c1cd736b72d3c543cb73c5a9462a
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 30 23:06:40 2017 +0000
reproducible Arch Linux: dont spam irc
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
TODO | 2 ++
bin/reproducible_html_archlinux.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 5415eca..e297ed5 100644
--- a/TODO
+++ b/TODO
@@ -349,6 +349,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
** include link to debian note if it exists
** create page for untested packages?
+* build.sh
+** build2.log doesnt get deleted if build1 fails
==== reproducible fdroid
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index a52b798..5628d05 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -60,7 +60,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
VERSION=$(cat $ARCHLINUX_PKG_PATH/build1.version)
if [ -f $ARCHLINUX_PKG_PATH/build2.log ] ; then
if ! diff -q $ARCHLINUX_PKG_PATH/build1.version $ARCHLINUX_PKG_PATH/build2.version ; then
- irc_message archlinux-reproducible "$ARCHLINUX_PKG_PATH/build1.version and $ARCHLINUX_PKG_PATH/build2.version differ, this should not happen. Please tell h01ger."
+ echo "$(date -u ) - $ARCHLINUX_PKG_PATH/build1.version and $ARCHLINUX_PKG_PATH/build2.version differ, this should not happen. Please tell h01ger."
VERSION="$VERSION or $(cat $ARCHLINUX_PKG_PATH/build2.version)"
fi
fi
--
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