summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_json.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-02 14:27:39 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-02 14:27:39 +0200
commit0dcfe01d8d742f51d49c071c56b1d0efe0d9a1f3 (patch)
tree191921cb3f6ae77f3e0643441826f2557302e222 /bin/reproducible_json.py
parentff0b247c48e10c3c5e6df92d017b86d4d4ad4aee (diff)
downloadjenkins.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/reproducible_json.py')
-rwxr-xr-xbin/reproducible_json.py4
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: