[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve output
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 2 16:07:38 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 388b7c4cb127459c4ff1df32da6f721d68a1815f
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 2 18:06:36 2015 +0200
reproducible: improve output
---
bin/reproducible_html_dashboards.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index fbe26a9..5f043eb 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -354,7 +354,7 @@ create_main_stats_page() {
write_page "<tr><td> - (in experimental)</td><td>$(echo $RESULT)</td></tr>"
RESULT=$(cat /srv/reproducible-results/binnmus_needed.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh
if [ "$RESULT" != "0" ] ; then
- write_page "<tr><td>packages in our repo which need \"binNMU\"s<br />(work in progress)</td><td>$(echo $RESULT)</td></tr>"
+ write_page "<tr><td> - which need \"binNMU\"s<br />(work in progress)</td><td>$(echo $RESULT)</td></tr>"
fi
write_page "</table>"
# write bugs with usertags table
--
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