[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: sort 404 before blacklisted in the UI

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 12:19:57 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 86c8956964c45f76c01b276535a156249bc7389e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 2 14:18:54 2015 +0200

    reproducible: sort 404 before blacklisted in the UI
---
 bin/reproducible_common.py | 8 ++++----
 bin/reproducible_common.sh | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4d060bf..914db27 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -171,13 +171,13 @@ html_head_page = Template((tab*2).join("""
       </a>
     </li>
     <li>
-      <a href="/$suite/$arch/index_blacklisted.html" target="_parent">
-        <img src="/static/error.png" alt="blacklisted icon" />
+      <a href="/$suite/$arch/index_404.html" target="_parent">
+        <img src="/static/weather-severe-alert.png" alt="404 icon" />
       </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_blacklisted.html" target="_parent">
+        <img src="/static/error.png" alt="blacklisted icon" />
       </a>
     </li>
     <li><a href="/index_issues.html">issues</a></li>
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 7308be3..2fe0e27 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -150,7 +150,7 @@ write_icon() {
 write_page_header() {
 	rm -f $PAGE
 	MAINVIEW="stats"
-	ALLSTATES="reproducible FTBR FTBFS depwait not_for_us blacklisted 404"
+	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 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