diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-08-19 20:39:51 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-19 23:02:52 +0200 |
commit | ffb73386a70ad8309f7e6c736cf84803667368c2 (patch) | |
tree | 2ab6eacd784d8665eae97e5774553f4af3766661 /bin | |
parent | 3f0bdcb6b970f7c08b9d9644b7c067418e5ca84d (diff) | |
download | jenkins.debian.net-ffb73386a70ad8309f7e6c736cf84803667368c2.tar.xz |
reproducible debian: notes: store the package id in the right field..
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_notes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |