diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-13 21:35:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-13 21:35:00 +0200 |
commit | a677cb40ed766fb4bf35a8452902e5a5d9411030 (patch) | |
tree | 16f7fd33389f50159d72bfee01098fb8b91b5804 /bin | |
parent | a4f856993e3c62c4a5afdd42f9a9531169e97287 (diff) | |
download | jenkins.debian.net-a677cb40ed766fb4bf35a8452902e5a5d9411030.tar.xz |
reproducible: rename 'Build history' to 'Test history
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 9d341e76..8d604f7d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -37,7 +37,7 @@ html_package_page = Template((tab*2).join((""" </ul> </li> <li> - <a href="$history" target="main">Build history</a> + <a href="$history" target="main">Test history</a> </li> </ul> |