[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: remove redundant button from pkgset index page

Holger Levsen holger at layer-acht.org
Tue Jul 26 02:04:07 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 f1237c7a9b89768a4ce005ede78d25e8661e4625
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Mon Jul 25 14:47:13 2016 -0400

    reproducible debian: remove redundant button from pkgset index page
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/templates/pkgset_navigation.mustache | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/bin/templates/pkgset_navigation.mustache b/bin/templates/pkgset_navigation.mustache
index 81ee338..d975940 100644
--- a/bin/templates/pkgset_navigation.mustache
+++ b/bin/templates/pkgset_navigation.mustache
@@ -1,9 +1,13 @@
-<ul><li>
-  <a href="/debian/{{suite}}/{{arch}}/index_pkg_sets.html"
-     title="To switch suite and arch, see top left">
-    All tracked package sets for <b>{{suite}}/{{arch}}</b>
-  </a>
-</li></ul>
+<ul>
+  {{#pkgset_page}}
+  <li>
+    <a href="/debian/{{suite}}/{{arch}}/index_pkg_sets.html"
+       title="To switch suite and arch, see top left">
+      All tracked package sets for <b>{{suite}}/{{arch}}</b>
+    </a>
+  </li>
+  {{/pkgset_page}}
+</ul>
 {{#package_set_sections}}
 <details {{^pkgset_page}}open{{/pkgset_page}}>
   <summary>{{section}} package sets:</summary>

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