[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Revert "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
Mon Oct 3 13:40:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch h01ger/filtered-json
in repository jenkins.debian.net.
commit ebc86bbf1907da2b06b35f36faedc5f1b7b09aee
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 3 15:23:02 2016 +0200
Revert "reproducible Debian: export the testing results to tracker.d.o to not spam too many maintainers with our new goal…"
This reverts commit 0dcfe01d8d742f51d49c071c56b1d0efe0d9a1f3.
---
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 6d20a6b..4258249 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 testing
- if pkg['suite'] == 'testing':
+ # tracker.d.o should only care about results in unstable
+ if pkg['suite'] == 'unstable':
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