summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-16 00:15:36 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-16 00:15:36 +0100
commit27935d9ecf806b20b63c1f82b9b8b1f4707918a4 (patch)
tree935e02e5f62860fd5d7280439d9a556d4414c1b3 /bin
parent7c21eb58c227e4310a7d02228fe75960f9425f2a (diff)
downloadjenkins.debian.net-27935d9ecf806b20b63c1f82b9b8b1f4707918a4.tar.xz
whitespace changes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 0896be98..b55dbdb4 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -129,7 +129,10 @@ write_page_header() {
write_page "<title>$2</title></head>"
write_page "<body><header><h2>$2</h2>"
if [ "$1" = "$MAINVIEW" ] ; then
- 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</a> running on <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>. Thanks to <a href=\"https://www.profitbricks.com\">Profitbricks</a> for donating the virtual machine this is running on!</p>"
+ 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>."
+ 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.com\">Profitbricks</a> for donating the virtual machine this is running on!</p>"
fi
if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then
write_page "<p>Join <code>#debian-reproducible</code> on OFTC"