[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add index_depwait to the UI

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 12:15:50 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 e1c6e40fe61e89ccf624ed7546d45d330298378f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 2 14:14:47 2015 +0200

    reproducible: add index_depwait to the UI
---
 bin/reproducible_common.py | 9 +++++++--
 bin/reproducible_common.sh | 4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index a36c89f..4d060bf 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -161,8 +161,8 @@ html_head_page = Template((tab*2).join("""
       </a>
     </li>
     <li>
-      <a href="/$suite/$arch/index_404.html" target="_parent">
-        <img src="/static/weather-severe-alert.png" alt="404 icon" />
+      <a href="/$suite/$arch/index_depwait.html" target="_parent">
+        <img src="/static/weather-snow.png" alt="depwait icon" />
       </a>
     </li>
     <li>
@@ -175,6 +175,11 @@ html_head_page = Template((tab*2).join("""
         <img src="/static/error.png" alt="blacklisted icon" />
       </a>
     </li>
+    <li>
+      <a href="/$suite/$arch/index_404.html" target="_parent">
+        <img src="/static/weather-severe-alert.png" alt="404 icon" />
+      </a>
+    </li>
     <li><a href="/index_issues.html">issues</a></li>
     <li><a href="/$suite/$arch/index_notes.html">packages with notes</a></li>
     <li><a href="/$suite/$arch/index_no_notes.html">packages without notes</a></li>
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 6ef55b2..7308be3 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -129,6 +129,8 @@ set_icon() {
 					;;
 		FTBFS)			ICON=weather-storm.png
 					;;
+		depwait)		ICON=weather-snow.png
+					;;
 		404)			ICON=weather-severe-alert.png
 					;;
 		not_for_us|"not for us")	ICON=weather-few-clouds-night.png
@@ -148,7 +150,7 @@ write_icon() {
 write_page_header() {
 	rm -f $PAGE
 	MAINVIEW="stats"
-	ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted"
+	ALLSTATES="reproducible FTBR FTBFS depwait not_for_us blacklisted 404"
 	ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats repositories stats"
 	GLOBALVIEWS="issues scheduled notify repositories stats"
 	SUITEVIEWS="dd-list suite_stats"

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