diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-01 12:44:50 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-01 12:44:50 -0400 |
commit | da78e45b1c6fbe0b6cb54c627f534a51cecefee7 (patch) | |
tree | f0481fedd4bfe81ab2e8bb663f05698af0d00d57 /bin | |
parent | 36feec984328edc2ecf54efd06932e97535b86e8 (diff) | |
download | jenkins.debian.net-da78e45b1c6fbe0b6cb54c627f534a51cecefee7.tar.xz |
reproducible debian: add version to archdetailkeys in -tracker.json
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_json.py | 2 |
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) |