summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-29 01:44:17 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-29 01:44:17 +0200
commite25eb3c8d85018547acc2f7f872782fca35bd4de (patch)
treec81aa38713415df546572b97ae35dd96c5064cf7 /bin/reproducible_common.sh
parent2add97c65d0a23c12c01e3ac0c7b66f9b9687d8f (diff)
downloadjenkins.debian.net-e25eb3c8d85018547acc2f7f872782fca35bd4de.tar.xz
reproducible debian: briefly explain what this is all about
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index b78aad37..f2234000 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -259,7 +259,7 @@ write_page_header() {
write_page "<h2>$2</h2>"
if [ "$1" = "$MAINVIEW" ] ; then
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 " Please also visit the more general website <li><a href=\"https://reproducible-builds.org\">Reproducible-builds.org</a></li> where <em>reproducible builds</em> are explained in more detail than just <em>bit by bit identical rebuilds to enable verifcation of the sources used to build</em>."
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 "</ul>"