[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: rename page from repo_stats to repositories

Holger Levsen holger at moszumanska.debian.org
Mon Mar 16 13:50:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 4e95dd0c9737493f75ef7a3bacfaefacf03103ae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 16 14:41:47 2015 +0100

    reproducible: rename page from repo_stats to repositories
---
 bin/reproducible_common.py                     | 2 +-
 bin/reproducible_common.sh                     | 6 +++---
 bin/reproducible_html_repository_comparison.sh | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 49135b0..70fcc9d 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -153,7 +153,7 @@ html_head_page = Template((tab*2).join("""
     <li><a href="/index_no_notes.html">package without notes</a></li>
     <li><a href="/index_scheduled.html">currently scheduled</a></li>
 $links
-    <li><a href="/index_repo_stats.html">repositories overview</a></li>
+    <li><a href="/index_repositories.html">repositories overview</a></li>
     <li><a href="/reproducible.html">reproducible stats</a></li>
     <li><a href="https://wiki.debian.org/ReproducibleBuilds" target="_blank">wiki</a></li>
   </ul>
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fa56d58..3ae74a0 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\" />"
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 1ea9114..7c095e6 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -13,7 +13,7 @@ common_init "$@"
 SUITE="unstable"	# for links in page
 ARCH="amd64"		# same
 
-VIEW=repo_stats
+VIEW=repositories
 PAGE=index_${VIEW}.html
 TMPFILE=$(mktemp)
 TMP2FILE=$(mktemp)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list