From da78e45b1c6fbe0b6cb54c627f534a51cecefee7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 1 Apr 2016 12:44:50 -0400 Subject: reproducible debian: add version to archdetailkeys in -tracker.json --- bin/reproducible_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_json.py') 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) -- cgit v1.2.3-54-g00ecf