[Qa-jenkins-scm] [jenkins.debian.net] 04/10: reproducible: don't fail the job if a package with notes was removed
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 19:03:02 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 b3bc07b72ca1da5159d900b4cebc7d84b632df83
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 18:40:22 2015 +0100
reproducible: don't fail the job if a package with notes was removed
---
bin/reproducible_html_notes.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index c0f01c1..98ce519 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -162,10 +162,8 @@ def load_notes():
query = query.format(pkg=package)
result = query_db(query)[0]
except IndexError:
- print_critical_message('This query produces no results: ' + query +
- '\nThis means there is no tested package with the name ' +
- package + '.')
- raise
+ log.warning("This query produces no results: " + query)
+ log.warning("This means there is no tested package with the name " + package + ".")
return notes
--
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