diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 22:30:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 22:30:03 +0100 |
commit | b8ee35f90c791fbdc685ba09cf631e11cdd2ed5e (patch) | |
tree | c760c208b4e4a78788beb0f0af8536bc4e7ef1e1 /bin | |
parent | 8902cce8cded7baa85dace76560af4adeb74fdd9 (diff) | |
download | jenkins.debian.net-b8ee35f90c791fbdc685ba09cf631e11cdd2ed5e.tar.xz |
reproducible: temporarily hardcode some more
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 7c1574cf..a68e9469 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -162,7 +162,7 @@ html_head_page = Template((tab*2).join(""" <li><a href="index_all_abc.html">all tested packages (sorted alphabetically)</a></li> <li><a href="index_dd-list.html">maintainers of unreproducible packages</a></li> <li><a href="/index_pkg_sets.html">package sets stats</a></li> - <li><a href="index_suite_stats.html">\$suite stats</a></li> + <li><a href="index_suite_stats.html">sid stats</a></li> <li><a href="/index_repo_stats.html">repositories overview</a></li> <li><a href="/reproducible_stats.html">reproducible stats</a></li> </ul> |