summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 20:35:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 20:35:13 +0200
commit80fc4399dfa031355c68b8feae75c364dc1ebfe8 (patch)
treebf59a21595c8d7ba6f2a45e6ca583a8941b0bf38 /bin/reproducible_common.sh
parent456829dc08a52b27818d8bfa066a3b51b8fdd1ce (diff)
downloadjenkins.debian.net-80fc4399dfa031355c68b8feae75c364dc1ebfe8.tar.xz
reproducible: create arch specific schedule pages
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 0cc587dc..9fe6c706 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -232,6 +232,8 @@ write_page_header() {
fi
write_page "<li><a href=\"/$i/index_suite_${ARCH}_stats.html\">suite: $i</a></li>"
done
+ elif [ "$TARGET" = "scheduled" ] ; then
+ write_page "<li><a href=\"/index_${ARCH}_scheduled.html\">${SPOKEN_TARGET}</a></li>"
elif [ "$TARGET" = "notify" ] ; then
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"
elif [ "$TARGET" = "arch" ] ; then