[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible debian: meaningless whitespace change
Mattia Rizzolo
gitlab at salsa.debian.org
Sat May 19 15:07:50 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f4cf8cd1 by Mattia Rizzolo at 2018-05-19T15:40:18+02:00
reproducible debian: meaningless whitespace change
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
e5973377 by Mattia Rizzolo at 2018-05-19T16:06:56+02:00
reproducible debian: Add a ♻ links to package pages to easily trigger new builds
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- bin/reproducible_html_packages.py
- mustache-templates/reproducible/package_suitearch_section.mustache
Changes:
=====================================
bin/reproducible_html_packages.py
=====================================
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -248,6 +248,7 @@ def gen_suitearch_section(package, current_suite, current_arch):
dbd_links = get_dbd_links(package.name, strip_epoch(version), s, a)
dbd_page_uri = dbd_links.get('dbd_page_uri', '')
suites.append({
+ 'package': package.name,
'status': status,
'version': version,
'build_date': build_date,
=====================================
mustache-templates/reproducible/package_suitearch_section.mustache
=====================================
--- a/mustache-templates/reproducible/package_suitearch_section.mustache
+++ b/mustache-templates/reproducible/package_suitearch_section.mustache
@@ -17,14 +17,17 @@
<a href="{{package_uri}}" target="_parent" title="{{spokenstatus}}: {{version}} on {{build_date}}">
{{version}}
</a> in <a href="/debian/{{suite}}/{{arch}}/" title="Go to: summary of all tests for {{arch}}/{{suite}}" target="_parent">{{suite}}</a>
+ <a href="/cgi-bin/schedule?suite={{suite}}&architecture={{arch}}&pkg={{package}}" target="_parent" title="Schedule a new build">♻</a>
{{/current_suitearch}}
{{#current_suitearch}}
{{version}} in <a href="/debian/{{suite}}/{{arch}}/" title="Go to: summary of all tests for {{arch}}/{{suite}}" target="_parent">{{suite}}</a>
+ <a href="/cgi-bin/schedule?suite={{suite}}&architecture={{arch}}&pkg={{package}}" target="_parent" title="Schedule a new build">♻</a>
{{/current_suitearch}}
- {{#dbd_page_uri}}{{^current_suitearch}}
- <a href="{{dbd_page_uri}}" class="diff-link" title="Show: formatted diffoscope results">
- <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /></a>
- {{/current_suitearch}}{{/dbd_page_uri}}
+ {{#dbd_page_uri}}{{^current_suitearch}}
+ <a href="{{dbd_page_uri}}" class="diff-link" title="Show: formatted diffoscope results">
+ <img src="/static/diffoscope-logo.png" alt="diffoscope logo" />
+ </a>
+ {{/current_suitearch}}{{/dbd_page_uri}}
{{{suitearch_details_html}}}
</li>
{{/suites}}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/e3c6b6570baadb21f06e7e9cae4c7d38befea78e...e59733777bcc32d37857351321febe45d1fccbfb
---
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/e3c6b6570baadb21f06e7e9cae4c7d38befea78e...e59733777bcc32d37857351321febe45d1fccbfb
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/20180519/4eff755d/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list