[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian suite stats: here it's useful detail information if a suite hasnt been build completly

Holger Levsen holger at moszumanska.debian.org
Sun Dec 20 16:10:09 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 10b1243b04e8bfb043640746497e732e4eff1239
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 20 17:09:45 2015 +0100

    reproducible debian suite stats: here it's useful detail information if a suite hasnt been build completly
---
 bin/reproducible_html_dashboard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 5d4282e..d2ae676 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -363,7 +363,7 @@ create_suite_arch_stats_page() {
 	MAINLABEL[2]="Age in days of oldest reproducible build result in '$SUITE' for '$ARCH'"
 	echo "$(date) - starting to write $PAGE page."
 	write_page_header $VIEW "Overview of reproducible builds for packages in $SUITE for $ARCH"
-	if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
+	if [ $(echo $PERCENT_TOTAL/1|bc) -lt 100 ] ; then
 		write_page "<p>$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE/$ARCH.</p>"
 	fi
 	write_page "<p>"

-- 
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