[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: dont hide broken pieces

Holger Levsen holger at layer-acht.org
Thu Jun 16 22:22:02 UTC 2016


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 2850c6796c568d48c742789001f79e05488b2f1d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 17 00:21:09 2016 +0200

    reproducible debian: dont hide broken pieces
---
 bin/reproducible_common.py | 1 +
 bin/reproducible_common.sh | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 3b42cab..3c3f31b 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -224,6 +224,7 @@ html_head_page = Template((tab*2).join(("""
      <li><a href="/debian/index_notify.html" title="notify icon">⚑ packages with enabled notifications</a></li>
      <li><a href="/debian/index_performance.html">performance stats</a></li>
      <li><a href="/debian/index_variations.html">variations tested</a></li>
+     <li><a href="/debian/index_breakages.html">broken pieces</a></li>
     </ul></li>
   </ul>
 $project_links
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 9a5f76d..e256eb7 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -196,8 +196,8 @@ write_page_header() {
 	rm -f $PAGE
 	MAINVIEW="dashboard"
 	ALLSTATES="reproducible FTBR FTBFS depwait not_for_us 404 blacklisted"
-	ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance variations"
-	GLOBALVIEWS="issues scheduled notify repositories dashboard performance variations"
+	ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance variations breakages"
+	GLOBALVIEWS="issues scheduled notify repositories dashboard performance variations breakages"
 	SUITEVIEWS="dd-list suite_stats"
 	SPOKENTARGET["issues"]="issues"
 	SPOKENTARGET["notes"]="packages with notes"
@@ -214,6 +214,7 @@ write_page_header() {
 	SPOKENTARGET["dashboard"]="Debian dashboard"
 	SPOKENTARGET["performance"]="performance stats"
 	SPOKENTARGET["variations"]="variations tested"
+	SPOKENTARGET["breakages"]="broken pieces"
 	write_page "<!DOCTYPE html><html><head>"
 	write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />"
 	write_page "<meta name=\"viewport\" content=\"width=device-width\" />"
@@ -293,7 +294,7 @@ write_page_header() {
 			write_page "</ul></li>"
 		elif [ "$TARGET" = "last_48h" ] ; then
 			write_page "</ul></li>"
-		elif [ "$TARGET" = "variations" ] ; then
+		elif [ "$TARGET" = "breakages" ] ; then
 			write_page "</ul></li>"
 		elif [ "$TARGET" = "scheduled" ] ; then
 			write_page "</ul></li>"

-- 
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