[Qa-jenkins-scm] [jenkins.debian.net] 06/10: reproducible: remove package from packages with notes if package doesnt exist
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 19:03:03 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 cf5d0d5127aeab225f356ecb2fe90e49de22a99b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 18:53:30 2015 +0100
reproducible: remove package from packages with notes if package doesnt exist
---
bin/reproducible_html_notes.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 0266b77..917ccd9 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -165,6 +165,7 @@ def load_notes():
except IndexError:
log.warning("This query produces no results: " + query)
log.warning("This means there is no tested package with the name " + package + ".")
+ del notes[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