[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: sort packages names alphabetically
Holger Levsen
gitlab at salsa.debian.org
Thu Feb 27 01:38:51 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
12a55ac3 by Holger Levsen at 2020-02-27T02:38:43+01:00
reproducible Debian: sort packages names alphabetically
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
=====================================
@@ -37,6 +37,7 @@ where
and p.version=b.version
and ( (b.arch_all and p.arch='all') or
(b.arch_$ARCH and p.arch='$ARCH') )
+order by p.source
EOF
}
@@ -49,7 +50,7 @@ create_buildinfo_page() {
echo "$(date -u) - starting to write $PAGE page for $SUITE/$ARCH."
write_page_header $VIEW "Overview of various statistics about .buildinfo files for $SUITE/$ARCH"
write_page "<p>Packages without .buildinfo files in $SUITE/$ARCH:"
- write_page "<small>ToDo: turn package names/versions into useful links</small>"
+ write_page "<br/><small>ToDo: turn package names/versions into useful links</small>"
write_page "</p>"
query_builtin_pho_db
write_page "<pre>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/12a55ac3c23a6df2375d71454010787fa46385a2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/12a55ac3c23a6df2375d71454010787fa46385a2
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/20200227/fb015dff/attachment.html>
More information about the Qa-jenkins-scm
mailing list