summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 20:57:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 21:20:06 +0100
commit03796abe87766caf831cc5710cee50c5799cfba7 (patch)
treee81cdbf6799ec57a4813c335cdcb8f27aeb7b3c7 /bin/reproducible_common.sh
parent15d2c9447f4dd0f256cbd30a7b4bc1760c58a5d1 (diff)
downloadjenkins.debian.net-03796abe87766caf831cc5710cee50c5799cfba7.tar.xz
reproducible: fix html5
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c2d7409c..99ba0538 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -132,7 +132,9 @@ write_page_header() {
write_page "<p>These pages are showing the prospects of <a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a>. The results shown were obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs running on jenkins.debian.net</a>. Thanks to <a href=\"https://www.profitbricks.com\">Profitbricks</a> for donating the virtual machine this is running on!</p>"
fi
if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then
- write_page " Join <code>#debian-reproducible</code> on OFTC or <a href="mailto:reproducible-builds@lists.alioth.debian.org">send us an email</a> to get support for making sure your packages build reproducibly too!"
+ write_page "<p>Join <code>#debian-reproducible</code> on OFTC"
+ write_page " or <a href="mailto:reproducible-builds@lists.alioth.debian.org">send us an email</a>"
+ write_page " to get support for making sure your packages build reproducibly too!"
write_page "</p>"
fi
write_page "<ul><li>Have a look at:</li>"