diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 19:18:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 19:18:59 +0100 |
commit | 2f68c1573f7f2edcb2122cf62373443d2777cacc (patch) | |
tree | c9679db3c96b61cd4587038a4c9259588f675019 | |
parent | 1ff632842a648ea4f250f88a3038d0609eab748b (diff) | |
download | jenkins.debian.net-2f68c1573f7f2edcb2122cf62373443d2777cacc.tar.xz |
reproducible: reword dashboard intro again
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index ad412e92..090ae853 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -189,8 +189,8 @@ 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>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 " <br />The main website about <li><a href=\"https://reproducible-builds.org\">https://reproducible-builds.org</a></li> is quite new, do have a look if you haven't done so yet." + 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 " <br />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>" |