diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-18 13:16:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-18 13:16:39 +0200 |
commit | ab6492de80c2afc5dd9334b50201e844b03fd11b (patch) | |
tree | 93c698cedab73efa928adf05dac1ca76a9ee40b4 /bin | |
parent | de5347bea71386182caccbabee74cfdbde631b1c (diff) | |
download | jenkins.debian.net-ab6492de80c2afc5dd9334b50201e844b03fd11b.tar.xz |
reproducible debian: add link to S_D_E spec on every page
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 1 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index c9f5cba9..cb422653 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -245,6 +245,7 @@ html_project_links = Template((tab*2).join(""" Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br /> Reproducible Debian - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br /> Reproducible builds <a href="https://reproducible.alioth.debian.org/blog/">weekly news</a><br /> + <a href="https://reproducible-builds.org/specs/source-date-epoch/">SOURCE_DATE_EPOCH specification</a><br /> </li><li> Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Arch Linux</a> / <a href="https://tests.reproducible-builds.org/coreboot/">coreboot</a> / diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index bbeaf102..8b782d1e 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -309,6 +309,7 @@ write_page_header() { write_page " Reproducible-builds.org - <a href=\"https://Reproducible-builds.org/docs/\">HowTo</a><br />" write_page " Reproducible Debian - <a href=\"https://wiki.debian.org/ReproducibleBuilds\">Wiki</a><br />" write_page " Reproducible builds <a href=\"https://reproducible.alioth.debian.org/blog/\">weekly news</a><br />" + write_page " <a href=\"https://reproducible-builds.org/specs/source-date-epoch/\">SOURCE_DATE_EPOCH specification</a><br />" write_page " </li><li>" write_page " Reproducible <a href=\"https://tests.reproducible-builds.org/archlinux/\">Arch Linux</a> /" write_page " <a href=\"https://tests.reproducible-builds.org/coreboot/\">coreboot</a> /" |