summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 03:17:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 03:17:50 +0200
commitfbb52434d0143a6cc2b8b291147e0d7cf40bb6b4 (patch)
treed981823999b9e531560ceb805081789c69221e06 /bin/reproducible_common.sh
parenta917b49ad57c3e22167bce2c214170ade19e7fc2 (diff)
downloadjenkins.debian.net-fbb52434d0143a6cc2b8b291147e0d7cf40bb6b4.tar.xz
reproducible: use dashboard consistently
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 971ce731..b414fbe5 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -158,10 +158,10 @@ write_icon() {
write_page_header() {
rm -f $PAGE
- MAINVIEW="stats"
+ MAINVIEW="dashboard"
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 arch repositories stats"
- GLOBALVIEWS="issues scheduled notify repositories stats"
+ ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats arch repositories dashboard"
+ GLOBALVIEWS="issues scheduled notify repositories dashboard"
SUITEVIEWS="dd-list suite_stats"
SPOKENTARGET["issues"]="issues"
SPOKENTARGET["notes"]="packages with notes"
@@ -175,7 +175,7 @@ write_page_header() {
SPOKENTARGET["pkg_sets"]="package sets"
SPOKENTARGET["suite_stats"]="suite: $SUITE"
SPOKENTARGET["repositories"]="repositories overview"
- SPOKENTARGET["stats"]="reproducible stats"
+ SPOKENTARGET["dashboard"]="dashboard"
write_page "<!DOCTYPE html><html><head>"
write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />"
write_page "<link href=\"/userContent/static/style.css\" type=\"text/css\" rel=\"stylesheet\" />"
@@ -189,7 +189,7 @@ write_page_header() {
write_page " <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>."
write_page " Thanks to <a href=\"https://www.profitbricks.co.uk\">Profitbricks</a> for donating the virtual machines this is running on!</p>"
fi
- if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then
+ if [ "$1" = "dd-list" ] || [ "$1" = "dashboard" ] ; then
write_page "<p>Join <code>#debian-reproducible</code> on OFTC,"
write_page " or <a href="mailto:reproducible-builds@lists.alioth.debian.org">send us an email</a>,"
write_page " to get support for making sure your packages build reproducibly too. Also, we care about free software in general,"