From fbb52434d0143a6cc2b8b291147e0d7cf40bb6b4 Mon Sep 17 00:00:00 2001
From: Holger Levsen
Date: Wed, 7 Oct 2015 03:17:50 +0200
Subject: reproducible: use dashboard consistently
---
bin/reproducible_common.py | 2 +-
bin/reproducible_common.sh | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'bin')
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index fcb35f02..3ef21cd5 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -188,7 +188,7 @@ html_head_page = Template((tab*2).join("""
currently scheduled
$links
repositories overview
- reproducible stats
+ dashboard
wiki
""".splitlines(True)))
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 ""
write_page " "
write_page " "
@@ -189,7 +189,7 @@ write_page_header() {
write_page " jenkins.debian.net ."
write_page " Thanks to Profitbricks for donating the virtual machines this is running on!
"
fi
- if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then
+ if [ "$1" = "dd-list" ] || [ "$1" = "dashboard" ] ; then
write_page "Join #debian-reproducible
on OFTC,"
write_page " or send us an email ,"
write_page " to get support for making sure your packages build reproducibly too. Also, we care about free software in general,"
--
cgit v1.2.3-70-g09d2