diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-05 14:12:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-05 14:12:46 +0100 |
commit | 4fed3e2ded77218518255be81057c7cad203dab0 (patch) | |
tree | cbac13259bed0d47d18187e6fe8b88f2e92a0bd8 | |
parent | b7d66e644fa49b6826db2b494ff34d64ef14020c (diff) | |
download | jenkins.debian.net-4fed3e2ded77218518255be81057c7cad203dab0.tar.xz |
reproducible: link wiki more visibly
-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 2e7230c9..13e55ae9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -161,6 +161,7 @@ html_head_page = Template((tab*2).join(""" $suite_links <li><a href="/index_repo_stats.html">repositories overview</a></li> <li><a href="/reproducible.html">reproducible stats</a></li> + <li><a href="https://wiki.debian.org/ReproducibleBuilds">wiki</a></li> </ul> </header>""".splitlines(True))) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d592213d..583c934f 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -180,6 +180,7 @@ write_page_header() { fi done fi + write_page "<li><a href=\"https://wiki.debian.org/ReproducibleBuilds\">wiki</a></li>" done write_page "</ul>" write_page "</header>" |