summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 23:48:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 23:48:32 +0200
commit53c6b7c649a157cdb79cbb726b3717169a80c107 (patch)
treee99625bda4a60b3c13916107facc45f97f601bc2 /bin/reproducible_common.sh
parent679c6074a44fd36776a6859c04e10329a80f45a2 (diff)
downloadjenkins.debian.net-53c6b7c649a157cdb79cbb726b3717169a80c107.tar.xz
reproducible: add links to (the) other archs
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh8
1 files changed, 7 insertions, 1 deletions
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 "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"
+ elif [ "$TARGET" = "arch" ] ; then
+ if [ "$ARCH" ] = "amd64" ; then
+ write_page "<li><a href=\"$BASEURL/unstable/index_suite_armhf.html\">$arch: armhf</a></li>"
+ else
+ write_page "<li><a href=\"$BASEURL/unstable/index_suite_amd64.html\">$arch: amd64</a></li>"
+ fi
else
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"
fi