From 53c6b7c649a157cdb79cbb726b3717169a80c107 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Aug 2015 23:48:32 +0200 Subject: reproducible: add links to (the) other archs --- bin/reproducible_common.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 56f8c7a5..3ed5c2be 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -152,7 +152,7 @@ write_page_header() { rm -f $PAGE MAINVIEW="stats" ALLSTATES="reproducible FTBR FTBFS depwait not_for_us 404 blacklisted" - ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats repositories stats" + ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats arch repositories stats" GLOBALVIEWS="issues scheduled notify repositories stats" SUITEVIEWS="dd-list suite_stats" SPOKENTARGET["issues"]="issues" @@ -226,6 +226,12 @@ write_page_header() { done 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 else write_page "
  • ${SPOKEN_TARGET}
  • " fi -- cgit v1.2.3-54-g00ecf