[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: add debug output to understand why the math is off
Holger Levsen
holger at layer-acht.org
Thu Nov 23 14:02:07 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 b648780fda7d483261b36cc4bf2d5eb627087a15
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 23 14:02:01 2017 +0000
reproducible Arch Linux: add debug output to understand why the math is off
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_archlinux.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index c916487..29544c8 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -52,7 +52,8 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building in $ARCHLINUX_PKG_PATH right now…"
continue
fi
- let TESTED+=1
+ echo "$PKG has been tested, TESTED=$TESTED, NR_GOOD=$NR_GOOD, NR_FTBR=$NR_FTBR, NR_FTBFS=$NR_FTBFS, NR_DEPWAIT=$NR_DEPWAIT, NR_404=$NR_404, NR_UNKNOWN=$NR_UNKNOWN"
+
echo " <tr>" >> $HTML_BUFFER
echo " <td>$REPOSITORY</td>" >> $HTML_BUFFER
echo " <td>$PKG</td>" >> $HTML_BUFFER
--
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