[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add version to archdetailkeys in -tracker.json

Holger Levsen holger at moszumanska.debian.org
Fri Apr 1 16:45:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit da78e45b1c6fbe0b6cb54c627f534a51cecefee7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 1 12:44:50 2016 -0400

    reproducible debian: add version to archdetailkeys in -tracker.json
---
 bin/reproducible_json.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 5cf7be3..e9afd4f 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list