summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-08-19 20:39:51 +0000
committerHolger Levsen <holger@layer-acht.org>2016-08-19 23:02:52 +0200
commitffb73386a70ad8309f7e6c736cf84803667368c2 (patch)
tree2ab6eacd784d8665eae97e5774553f4af3766661 /bin/reproducible_notes.py
parent3f0bdcb6b970f7c08b9d9644b7c067418e5ca84d (diff)
downloadjenkins.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/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py2
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,