summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-16 14:41:47 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-16 14:41:47 +0100
commit4e95dd0c9737493f75ef7a3bacfaefacf03103ae (patch)
treebf320ee8cd561bc890b1ebfa22c74b7057d456a3 /bin/reproducible_common.sh
parent0265f4163c9338afb1e054ff0fcafc78c968632b (diff)
downloadjenkins.debian.net-4e95dd0c9737493f75ef7a3bacfaefacf03103ae.tar.xz
reproducible: rename page from repo_stats to repositories
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fa56d585..3ae74a00 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -145,8 +145,8 @@ write_page_header() {
rm -f $PAGE
MAINVIEW="stats"
ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted"
- ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list pkg_sets suite_stats repo_stats stats"
- GLOBALVIEWS="issues notes no_notes scheduled repo_stats stats"
+ ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list pkg_sets suite_stats repositories stats"
+ GLOBALVIEWS="issues notes no_notes scheduled repositories stats"
SUITEVIEWS="dd-list suite_stats"
SPOKENTARGET["issues"]="issues"
SPOKENTARGET["notes"]="packages with notes"
@@ -158,7 +158,7 @@ write_page_header() {
SPOKENTARGET["dd-list"]="maintainers of unreproducible packages"
SPOKENTARGET["pkg_sets"]="package sets stats"
SPOKENTARGET["suite_stats"]="suite: $SUITE"
- SPOKENTARGET["repo_stats"]="repositories overview"
+ SPOKENTARGET["repositories"]="repositories overview"
SPOKENTARGET["stats"]="reproducible stats"
write_page "<!DOCTYPE html><html><head>"
write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />"