From e37025ab13c7cb963f8176ee0cb78df32d373de9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 Jul 2016 12:53:23 -0400 Subject: reproducible: fix some descriptions and add links to LEDE tests --- bin/reproducible_common.sh | 5 ++--- bin/reproducible_html_dd_list.py | 4 ++-- mustache-templates/reproducible/project_links.mustache | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 04578320..af1275d6 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -274,13 +274,12 @@ write_page_header() { write_page "" write_page "" write_page "" - elif [ "$1" = "dd-list" ] || [ "$1" = "$MAINVIEW" ] ; then write_page "" fi } @@ -328,7 +327,7 @@ write_page_intro() { write_page_footer() { if [ "$1" = "coreboot" ] ; then - other_distro_details="The Coreboot logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can be freely used to refer to the Coreboot project." + other_distro_details="The Coreboot logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can freely be used to refer to the Coreboot project." elif [ "$1" = "NetBSD" ] ; then other_distro_details="NetBSD® is a registered trademark of The NetBSD Foundation, Inc." elif [ "$1" = "FreeBSD" ] ; then diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py index 1b75ef1a..a0d56bc7 100755 --- a/bin/reproducible_html_dd_list.py +++ b/bin/reproducible_html_dd_list.py @@ -50,8 +50,8 @@ for suite in SUITES: html = '

The following maintainers and uploaders are listed ' html += 'for packages in ' + suite + ' which have built ' html += 'unreproducibly. Please note that the while the link ' - html += 'always points to the amd64 version, the unreproducibility ' - html += 'can be in any arch.

\n

'
+        html += 'always points to the amd64 version, it\'s possible that'
+        html += 'the unreproducibility is only present in another architecture(s).

\n

'
         out = out.decode().splitlines()
         get_mail = re.compile('<(.*)>')
         for line in out:
diff --git a/mustache-templates/reproducible/project_links.mustache b/mustache-templates/reproducible/project_links.mustache
index b457982e..6ccd1afc 100644
--- a/mustache-templates/reproducible/project_links.mustache
+++ b/mustache-templates/reproducible/project_links.mustache
@@ -9,8 +9,10 @@
   
  • Reproducible Arch Linux / coreboot / + Debian / Fedora / FreeBSD / + LEDE NetBSD / OpenWrt
  • -- cgit v1.2.3-54-g00ecf