summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 16:27:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 16:27:23 +0100
commitf015486a01bc82bd530b929924dd89a21b46d021 (patch)
tree5435ec6e6ba2efba3b6534ddab4a7cf8899e88b1 /bin/reproducible_common.sh
parent14a8e28ed2ed1d2b506e80644261899ee17c5113 (diff)
downloadjenkins.debian.net-f015486a01bc82bd530b929924dd89a21b46d021.tar.xz
reproducible: whitespace changes
Diffstat (limited to 'bin/reproducible_common.sh')
-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 66ad0a36..02a83431 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -282,7 +282,10 @@ write_page_header() {
}
write_page_intro() {
- write_page " <p><em>Reproducible builds</em> enable anyone to reproduce bit by bit identical binary packages from a given source, so that anyone can verify that a given binary derived from the source it was said to be derived. There is a lot more information about <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds on the Debian wiki</a> and on <a href=\"https://reproducible.debian.net\">https://reproducible.debian.net</a>. The wiki explains in more depth why this is useful, what common issues exist and which workarounds and solutions are known.<br />"
+ write_page " <p><em>Reproducible builds</em> enable anyone to reproduce bit by bit identical binary packages from a given source, so that anyone can verify that a given binary derived from the source it was said to be derived."
+ write_page " There is a lot more information about <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds on the Debian wiki</a> and on <a href=\"https://reproducible.debian.net\">https://reproducible.debian.net</a>."
+ write_page " The wiki explains in more depth why this is useful, what common issues exist and which workarounds and solutions are known."
+ write_page " <br />"
local BUILD_ENVIRONMENT=" in a Debian environment"
local BRANCH="master"
if [ "$1" = "coreboot" ] ; then