[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian builtin-pho: correct stats on top of page

Holger Levsen gitlab at salsa.debian.org
Sat Feb 29 15:22:30 GMT 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
26db0a3a by Holger Levsen at 2020-02-29T16:22:21+01:00
reproducible Debian builtin-pho: correct stats on top of page

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_builtin-pho.sh


Changes:

=====================================
bin/reproducible_html_builtin-pho.sh
=====================================
@@ -72,9 +72,8 @@ create_buildinfos_page() {
 	write_page_header $VIEW "Overview of .buildinfo files for $SUITE/$ARCH"
 	write_page "<p>"
 	cat $HITS | wc -l >> $PAGE
-	write_page "packages with .buildinfo files found. "
-	cat $MISSES | wc -l >> $PAGE
-	write_page "packages without .buildinfo files in $SUITE/$ARCH:</p>"
+	write_page "sources with .buildinfo files found:"
+	write_page "<br/><small>(While we also know about $(cat $MISSES | wc -l >> $PAGE) sources without .buildinfo files in $SUITE/$ARCH.)</small></p>"
 	write_page "<pre>"
 	cat $HITS | tr -d ' '  | sed -E "s/([^|]*)(.*)/<a href=\"https:\/\/tracker.debian.org\/\1\">\1<\/a> <a href=\"https:\/\/packages.debian.org\/$SUITE\/\1\">binaries (\2)<\/a> <a href=\"https:\/\/buildinfos.debian.net\/\1\">.buildinfo<\/a>/g" | tr -d '|' >> $PAGE
 	write_page "</pre>"
@@ -96,10 +95,9 @@ create_no_buildinfos_page() {
 	echo "$(date -u) - starting to write $PAGE page for $SUITE/$ARCH."
 	write_page_header $VIEW "Overview of missing .buildinfo files for $SUITE/$ARCH"
 	write_page "<p>"
-	cat $HITS | wc -l >> $PAGE
-	write_page "packages with .buildinfo files found. "
 	cat $MISSES | wc -l >> $PAGE
-	write_page "packages without .buildinfo files in $SUITE/$ARCH:</p>"
+	write_page "sources without .buildinfo files found:"
+	write_page "<br/><small>(While we also know about $(cat $HITS | wc -l >> $PAGE) sources with .buildinfo files in $SUITE/$ARCH.)</small></p>"
 	write_page "<pre>"
 	cat $MISSES | tr -d ' '  | sed -E "s/([^|]*)(.*)/<a href=\"https:\/\/tracker.debian.org\/\1\">\1<\/a> <a href=\"https:\/\/packages.debian.org\/$SUITE\/\1\">binaries (\2)<\/a> <a href=\"https:\/\/buildinfos.debian.net\/\1\">.buildinfo<\/a>/g" | tr -d '|' >> $PAGE
 	write_page "</pre>"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/26db0a3a42a8f899e541b74bd8c72d85e583468f

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/26db0a3a42a8f899e541b74bd8c72d85e583468f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200229/6b97bf36/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list