From c6ac981c4c0eec62aca518fb74845a505701c211 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Wed, 27 Jul 2016 11:27:39 -0400 Subject: reproducible debian: add link for diffoscope results to every suite/arch Direct links to diffoscope results for every suite and arch on the package pages now exist. In order to do this, we publish a page that displays the diffoscope results in the iframe by default for each suite and arch (where diffoscope results exist). These pages can be found at: DEBIAN_URL/rb-pkg/{suite}/{arch}/{package}/diffoscope.html The default iframe, when navigating to the package page, remains the same (DEBIAN_URL/rb-pkg/{suite}/{arch}/{package}.html). Signed-off-by: Holger Levsen --- .../reproducible/package_suitearch_details.mustache | 8 ++++---- .../reproducible/package_suitearch_section.mustache | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'mustache-templates') diff --git a/mustache-templates/reproducible/package_suitearch_details.mustache b/mustache-templates/reproducible/package_suitearch_details.mustache index ac74be56..90a760a7 100644 --- a/mustache-templates/reproducible/package_suitearch_details.mustache +++ b/mustache-templates/reproducible/package_suitearch_details.mustache @@ -8,13 +8,13 @@ {{#dbd}}
  • - + diffoscope logo differences - {{#dbdtxt_url}} - (txt) - {{/dbdtxt_url}} + {{#dbdtxt_uri}} + (txt) + {{/dbdtxt_uri}}
  • {{/dbd}} diff --git a/mustache-templates/reproducible/package_suitearch_section.mustache b/mustache-templates/reproducible/package_suitearch_section.mustache index d8ac5304..d98c5792 100644 --- a/mustache-templates/reproducible/package_suitearch_section.mustache +++ b/mustache-templates/reproducible/package_suitearch_section.mustache @@ -21,6 +21,11 @@ {{#current_suitearch}} {{version}} in {{suite}} {{/current_suitearch}} + {{#dbd_page_uri}}{{^current_suitearch}} + + diffoscope logo + + {{/current_suitearch}}{{/dbd_page_uri}} {{{suitearch_details_html}}} {{/suites}} -- cgit v1.2.3-54-g00ecf