From 27281b2917fef7a62f22abb738eacff21c76acda Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 21 Jan 2016 11:48:05 +0100 Subject: reproducible: link to same pkg set on the other arch --- bin/reproducible_html_pkg_sets.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh index ec79f733..9bf63077 100755 --- a/bin/reproducible_html_pkg_sets.sh +++ b/bin/reproducible_html_pkg_sets.sh @@ -142,7 +142,17 @@ create_pkg_sets_pages() { fi LABEL="package set '${META_PKGSET[$j]}' in $SUITE/$ARCH" write_page "

\"$LABEL\"" - write_page "
The package set '${META_PKGSET[$i]}' in $SUITE/$ARCH consists of:
 
" + write_page "
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 + # no pkg sets for armhf on testing yet: + if [ "$SUITE" != "testing" ] ; then + write_page " (this set on $LINKED_ARCH)" + fi + write_page "
 
" set_icon unreproducible write_icon write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to build reproducibly:" -- cgit v1.2.3-54-g00ecf