summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 14:14:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 14:14:47 +0200
commite1c6e40fe61e89ccf624ed7546d45d330298378f (patch)
tree9629b0f0c400e0834b5b00453a71b9912066cf60 /bin/reproducible_common.py
parentb307d5f3f43643e0e966c217bd5c0aa3708fbc3a (diff)
downloadjenkins.debian.net-e1c6e40fe61e89ccf624ed7546d45d330298378f.tar.xz
reproducible: add index_depwait to the UI
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index a36c89f8..4d060bf5 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>