[Reproducible-builds] [PATCH] Change the link title (without changing the filenames..)
Chris Lamb
lamby at debian.org
Fri Aug 21 12:03:32 UTC 2015
---
bin/reproducible_html_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 0d46cce..4fc16c1 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -109,7 +109,7 @@ def gen_extra_links(package, version, suite, arch, status):
if os.access(dbd, os.R_OK):
url = DBD_URI + '/' + suite + '/' + arch + '/' + package + '_' + \
eversion + '.debbindiff.html'
- links += '<a href="' + url + '" target="main">debbindiff</a>\n'
+ links += '<a href="' + url + '" target="main">diffoscope</a>\n'
if not default_view:
default_view = url
else:
--
2.5.0
More information about the Reproducible-builds
mailing list