[Qa-jenkins-scm]  [jenkins.debian.net] 01/04: reproducible Debian: export the testing results to tracker.d.o to not spam too many maintainers with our new goal…
    Holger Levsen 
    holger at layer-acht.org
       
    Sun Oct  2 12:44:05 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 0dcfe01d8d742f51d49c071c56b1d0efe0d9a1f3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 2 14:27:39 2016 +0200
    reproducible Debian: export the testing results to tracker.d.o to not spam too many maintainers with our new goal…
---
 bin/reproducible_json.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 4258249..6d20a6b 100755
--- a/bin/reproducible_json.py
+++ b/bin/reproducible_json.py
@@ -47,8 +47,8 @@ for row in result:
     log.debug(pkg)
     output.append(pkg)
 
-    # tracker.d.o should only care about results in unstable
-    if pkg['suite'] == 'unstable':
+    # tracker.d.o should only care about results in testing
+    if pkg['suite'] == 'testing':
 
         package = pkg['package']
         if package in crossarch:
-- 
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