[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian builtin-pho: link new pages from navigation
Holger Levsen
gitlab at salsa.debian.org
Sat Feb 29 15:11:42 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0c0b864c by Holger Levsen at 2020-02-29T16:11:34+01:00
reproducible Debian builtin-pho: link new pages from navigation
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_html_builtin-pho.sh
- mustache-templates/reproducible/main_navigation.mustache
Changes:
=====================================
bin/reproducible_html_builtin-pho.sh
=====================================
@@ -18,7 +18,7 @@ common_init "$@"
# ToDo:
# - create graphs
-# - link these pages from navigation
+# - import the data from the database on pb7 into the one on jenkins
get_localsuite() {
if [ "$SUITE" = "unstable" ] ; then
=====================================
mustache-templates/reproducible/main_navigation.mustache
=====================================
@@ -126,6 +126,18 @@
all tested packages
</a>
</li>
+ <li {{#buildinfos}}class='active'{{/buildinfos}}>
+ <a href="/debian/{{suite}}/{{arch}}/index_buildinfos.html"
+ title="Show all packages with .buildinfo files">
+ packages with .buildinfo files
+ </a>
+ </li>
+ <li {{#no_buildinfos}}class='active'{{/no_buildinfos}}>
+ <a href="/debian/{{suite}}/{{arch}}/index_no_buildinfos.html"
+ title="Show all packages without .buildinfo files">
+ packages without .buildinfo files
+ </a>
+ </li>
</ul>
</li>
<li {{#scheduled}}class='active'{{/scheduled}}>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0c0b864c22b61ff699a9c26fb49532b4f009f7f3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0c0b864c22b61ff699a9c26fb49532b4f009f7f3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200229/20b92496/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list