[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: include links to pkg set on other archs
Holger Levsen
holger at moszumanska.debian.org
Wed Apr 6 09:53:03 UTC 2016
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 6b5d30fbffb31416a021c7836f5138ab0f9a2451
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 6 11:52:52 2016 +0200
reproducible debian: include links to pkg set on other archs
---
bin/reproducible_html_pkg_sets.sh | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 4f5da82..cfcc1ea 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -143,13 +143,15 @@ create_pkg_sets_pages() {
LABEL="package set '${META_PKGSET[$j]}' in $SUITE/$ARCH"
write_page "<p><a href=\"/userContent/$SUITE/$ARCH/$PNG\"><img src=\"/userContent/$SUITE/$ARCH/$PNG\" class=\"overview\" alt=\"$LABEL\"></a>"
write_page "<br />The package set '${META_PKGSET[$i]}' in $SUITE/$ARCH consists of:"
- if [ "$ARCH" = "amd64" ] ; then
- local LINKED_ARCH=armhf
- else
- local LINKED_ARCH=amd64
- fi
- write_page " (this set on <a href=\"/$SUITE/$LINKED_ARCH/pkg_set_${META_PKGSET[$i]}.html\">$LINKED_ARCH</a>)"
- write_page "<br /> <br />"
+ write_page " (this set on "
+ for LINKARCH in ${ARCHS} ; do
+ if [ "$LINKARCH" = "$ARCH" ] ; then
+ continue
+ else
+ write_page "<a href=\"/$SUITE/$LINKARCH/pkg_set_${META_PKGSET[$i]}.html\">$LINKARCH</a> "
+ fi
+ done
+ write_page ") <br /> <br />"
set_icon unreproducible
write_icon
write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to build reproducibly:"
--
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