summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_json.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-01 12:44:50 -0400
committerHolger Levsen <holger@layer-acht.org>2016-04-01 12:44:50 -0400
commitda78e45b1c6fbe0b6cb54c627f534a51cecefee7 (patch)
treef0481fedd4bfe81ab2e8bb663f05698af0d00d57 /bin/reproducible_json.py
parent36feec984328edc2ecf54efd06932e97535b86e8 (diff)
downloadjenkins.debian.net-da78e45b1c6fbe0b6cb54c627f534a51cecefee7.tar.xz
reproducible debian: add version to archdetailkeys in -tracker.json
Diffstat (limited to 'bin/reproducible_json.py')
-rwxr-xr-xbin/reproducible_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 5cf7be38..e9afd4fb 100755
--- a/bin/reproducible_json.py
+++ b/bin/reproducible_json.py
@@ -32,7 +32,7 @@ log.info('\tprocessing ' + str(len(result)))
keys = ['package', 'version', 'suite', 'architecture', 'status', 'build_date']
crossarchkeys = ['package', 'version', 'suite', 'status']
-archdetailkeys = ['architecture', 'status', 'build_date']
+archdetailkeys = ['architecture', 'version', 'status', 'build_date']
# crossarch is a dictionary of all packages used to build a summary of the package's test results
# across all archs (for suite=unstable only)