From ffb73386a70ad8309f7e6c736cf84803667368c2 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 19 Aug 2016 20:39:51 +0000 Subject: reproducible debian: notes: store the package id in the right field.. Signed-off-by: Holger Levsen --- 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 5528d93c..5fc01d34 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, -- cgit v1.2.3-70-g09d2