[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix some descriptions and add links to LEDE tests

Holger Levsen holger at layer-acht.org
Fri Jul 29 16:53:32 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 e37025ab13c7cb963f8176ee0cb78df32d373de9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 29 12:53:23 2016 -0400

    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 0457832..af1275d 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -274,13 +274,12 @@ write_page_header() {
 		write_page "<input type=\"text\" name=\"SrcPkg\" placeholder=\"Type my friend..\" value=\"$LATEST\" />"
 		write_page "<input type=\"submit\" value=\"submit source package name\" />"
 		write_page "</form>"
-	elif [ "$1" = "dd-list" ] || [ "$1" = "$MAINVIEW" ] ; then
 		write_page "<ul>"
 		write_page "   We are reachable via IRC (<code>#debian-reproducible</code> and <code>#reproducible-builds</code> on OFTC),"
 		write_page "   or <a href="mailto:reproducible-builds at lists.alioth.debian.org">email</a>,"
 		write_page "   and we care about free software in general,"
 		write_page "   so whether you are an upstream developer or working on another distribution, or have any other feedback - we'd love to hear from you!"
-		write_page "   Besides Debian we are also testing <li><a href=\"/coreboot/\">coreboot</a></li>, <li><a href=\"/openwrt/\">OpenWrt</a></li>, <li><a href=\"netbsd\">NetBSD</a></li>, <li><a href=\"/freebsd/\">FreeBSD</a></li> and <li><a href=\"archlinux\">Arch Linux</a></li> now, though not as thoroughly as Debian (yet?) - and testing of <li><a href=\"/rpms/fedora-23.html\">Fedora</a></li> has just begun, and there are plans to test <a href=\"https://jenkins.debian.net/userContent/todo.ht [...]
+		write_page "   Besides Debian we are also testing <li><a href=\"/coreboot/\">coreboot</a></li>, <li><a href=\"/openwrt/\">OpenWrt</a></li>, <li><a href=\"/netbsd/\">NetBSD</a></li>, <li><a href=\"/freebsd/\">FreeBSD</a></li>, <li><a href=\"/archlinux/\">Arch Linux</a></li> and <li><a href=\"/lede/\">LEDE</a></li>, though not as thoroughly as Debian (yet?) - and testing of <li><a href=\"/rpms/fedora-23.html\">Fedora</a></li> has just begun, and there are plans to test <a href=\"https:// [...]
 		write_page "</ul>"
 	fi
 }
@@ -328,7 +327,7 @@ write_page_intro() {
 
 write_page_footer() {
 	if [ "$1" = "coreboot" ] ; then
-		other_distro_details="The <a href=\"http://www.coreboot.org\">Coreboot</a> 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 <a href=\"http://www.coreboot.org\">Coreboot</a> 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 1b75ef1..a0d56bc 100755
--- a/bin/reproducible_html_dd_list.py
+++ b/bin/reproducible_html_dd_list.py
@@ -50,8 +50,8 @@ for suite in SUITES:
         html = '<p>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.</p>\n<p><pre>'
+        html += 'always points to the amd64 version, it\'s possible that'
+        html += 'the unreproducibility is only present in another architecture(s).</p>\n<p><pre>'
         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 b457982..6ccd1af 100644
--- a/mustache-templates/reproducible/project_links.mustache
+++ b/mustache-templates/reproducible/project_links.mustache
@@ -9,8 +9,10 @@
   </li><li>
     Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Arch Linux</a> /
     <a href="https://tests.reproducible-builds.org/coreboot/">coreboot</a> /
+    <a href="https://tests.reproducible-builds.org/debian/">Debian</a> /
     <a href="https://tests.reproducible-builds.org/fedora/">Fedora</a> /
     <a href="https://tests.reproducible-builds.org/freebsd/">FreeBSD</a> /
+    <a href="https://tests.reproducible-builds.org/lede/">LEDE</a>
     <a href="https://tests.reproducible-builds.org/netbsd/">NetBSD</a> /
     <a href="https://tests.reproducible-builds.org/openwrt/">OpenWrt</a>
   </li>

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