diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-02 14:27:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-02 14:27:39 +0200 |
commit | 0dcfe01d8d742f51d49c071c56b1d0efe0d9a1f3 (patch) | |
tree | 191921cb3f6ae77f3e0643441826f2557302e222 /bin | |
parent | ff0b247c48e10c3c5e6df92d017b86d4d4ad4aee (diff) | |
download | jenkins.debian.net-0dcfe01d8d742f51d49c071c56b1d0efe0d9a1f3.tar.xz |
reproducible Debian: export the testing results to tracker.d.o to not spam too many maintainers with our new goal…
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_json.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py index 4258249c..6d20a6b3 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: |