[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible debian: notes: store the package id in the right field..
Holger Levsen
holger at layer-acht.org
Fri Aug 19 21:02:55 UTC 2016
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 ffb73386a70ad8309f7e6c736cf84803667368c2
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Aug 19 20:39:51 2016 +0000
reproducible debian: notes: store the package id in the right field..
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_notes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 5528d93..5fc01d3 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -156,7 +156,7 @@ def store_notes():
pkg_bugs = json.dumps(entry['bugs'])
pkg_comments = entry['comments']
to_insert.append({
- 'id': pkg_id,
+ 'package_id': pkg_id,
'version': pkg_version,
'issues': pkg_issues,
'bugs': pkg_bugs,
--
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