[Qa-jenkins-scm] [jenkins.debian.net] 03/08: reproducible: html_packages: don't bother me (at debug level) if you don't find a note file

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 16:03:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d1599889a9d75f7c5682a772ceb786e840cf319e
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Oct 9 14:16:32 2015 +0000

    reproducible: html_packages: don't bother me (at debug level) if you don't find a note file
---
 bin/reproducible_html_packages.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 39c2460..c3094cf 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list