From 72023e63048efe8884c2b2af49ce16400b3d20e6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 26 Mar 2016 22:47:50 -0400 Subject: reproducible debian: add i386 to navigation --- bin/reproducible_common.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d2446825..9492ae97 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -263,11 +263,13 @@ write_page_header() { elif [ "$TARGET" = "notify" ] ; then write_page "
  • ${SPOKEN_TARGET}
  • " elif [ "$TARGET" = "arch" ] ; then - if [ "$ARCH" = "amd64" ] ; then - write_page "
  • arch: armhf
  • " - else - write_page "
  • arch: amd64
  • " - fi + for LINKARCH in ${ARCHS} ; do + if [ "$ARCH" = "$LINKARCH" ] ; then + continue + else + write_page "
  • arch: $LINKARCH
  • " + fi + done else write_page "
  • ${SPOKEN_TARGET}
  • " fi -- cgit v1.2.3-70-g09d2