summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-06 11:52:52 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-06 11:52:52 +0200
commit6b5d30fbffb31416a021c7836f5138ab0f9a2451 (patch)
tree643648941aff21dc6a0db4a2c3944906cd562add /bin
parent1a7ad0e80b2e6ad18aeee48d6155e2beada67308 (diff)
downloadjenkins.debian.net-6b5d30fbffb31416a021c7836f5138ab0f9a2451.tar.xz
reproducible debian: include links to pkg set on other archs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_pkg_sets.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 4f5da820..cfcc1ead 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 />&nbsp;<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 />&nbsp;<br />"
set_icon unreproducible
write_icon
write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to build reproducibly:"