diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-20 17:09:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-20 17:09:45 +0100 |
commit | 10b1243b04e8bfb043640746497e732e4eff1239 (patch) | |
tree | 637d0bcfa3a461314b47c1e6e89bac0d9032442b | |
parent | 7527b54c3649fadb0fdb4f36aace0bd2a16b80c9 (diff) | |
download | jenkins.debian.net-10b1243b04e8bfb043640746497e732e4eff1239.tar.xz |
reproducible debian suite stats: here it's useful detail information if a suite hasnt been build completly
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 5d4282e9..d2ae676a 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>" |