[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible dashboard: merge 3 intro paragraphs into 2

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 18:32:37 UTC 2015


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 dfaf313e2ffab8ba33cfb48ded5bd0b10b67dd18
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 19:32:31 2015 +0100

    reproducible dashboard: merge 3 intro paragraphs into 2
---
 bin/reproducible_common.sh | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 8aff72c..fe2102d 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -189,20 +189,24 @@ write_page_header() {
 		write_page "<body><header><h2>$2</h2><nav>"
 	else
 		write_page "<body onload=\"selectSearch()\"><header><h2>$2</h2><nav>"
-		write_page "<ul> A general website <li><a href=\"https://reproducible-builds.org\">Reproducible-builds.org</a></li> is available now."
-		write_page " These pages are showing the <em>prospects</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>."
-		write_page " The results shown were obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs</a> running on"
-		write_page " <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>."
-		write_page " Thanks to <a href=\"https://www.profitbricks.co.uk\">Profitbricks</a> for donating the virtual machines this is running on!</ul>"
+		write_page "<ul>"
+		write_page "   A general website <li><a href=\"https://reproducible-builds.org\">Reproducible-builds.org</a></li> is available now."
+		write_page "   We think that reproducible builds should become the norm, so we wrote <li><a href=\"https://reproducible-builds.org/howto\">How to make your software reproducible</a></li>."
+		write_page "   Also aimed at the free software world at large, is the first specification we have written: the <li><a href=\"https://reproducible-builds.org/specs/source-date-epoch/\">SOURCE_DATE_EPOCH specification</a></li>."
+		write_page "   These pages are showing the <em>prospects</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>."
+		write_page "   The results shown were obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs</a> running on"
+		write_page "   <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>."
+		write_page "   Thanks to <a href=\"https://www.profitbricks.co.uk\">Profitbricks</a> for donating the virtual machines this is running on!"
+		write_page "</ul>"
 	fi
 	if [ "$1" = "dd-list" ] || [ "$1" = "dashboard" ] ; then
-		write_page "<ul>Join <code>#debian-reproducible</code> on OFTC,"
+		write_page "<ul>"
+		write_page "   Join <code>#debian-reproducible</code> on OFTC,"
 		write_page "   or <a href="mailto:reproducible-builds at lists.alioth.debian.org">send us an email</a>,"
-		write_page "   to get support for making sure your packages build reproducibly too. Also, we care about free software in general,"
-		write_page "   so if you are an upstream developer or working on another distribution, 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 there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> too.</ul>"
-		write_page "   <ul>As we think that reproducible builds should become the norm, we wrote <li><a href=\"https://reproducible-builds.org/howto\">How to make your software reproducible</a></li>. As always we very much appreciate feedback."
-		write_page "      Also aimed at the free software world at large, is the first specification we have written: the <li><a href=\"https://reproducible-builds.org/specs/source-date-epoch/\">SOURCE_DATE_EPOCH specification</a></li>.</ul>"
+		write_page "   to get support for making sure your packages build reproducibly too. We care about free software in general,"
+		write_page "   and if 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 there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> too."
+		write_page "</ul>"
 	fi
 	write_page "<ul><li>Have a look at:</li>"
 	for MY_STATE in $ALLSTATES ; do

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