diff options
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) |