diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 14:16:32 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 15:39:03 +0000 |
commit | d1599889a9d75f7c5682a772ceb786e840cf319e (patch) | |
tree | 4db6fa23ed50c9c42cb0b8d7b98c35bec8b5639b /bin | |
parent | a0339432be0b5ef01abfae36575b42640c737d90 (diff) | |
download | jenkins.debian.net-d1599889a9d75f7c5682a772ceb786e840cf319e.tar.xz |
reproducible: html_packages: don't bother me (at debug level) if you don't find a note file
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 39c2460d..c3094cf3 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -133,8 +133,6 @@ def gen_extra_links(package, version, suite, arch, status): url = NOTES_URI + '/' + package + '_note.html' links += '<li><a href="' + url + '" target="main">notes</a></li>\n' default_view = url - else: - log.debug('notes not detected at ' + notes) dbd = link_diffs(package, eversion, suite, arch, status) links += dbd[0] if dbd[0] else '' if dbd[0] and not default_view: |