From abd0efdfa69bae5003088963fd9a2d9942e964cd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 22 Dec 2021 13:18:30 +0100 Subject: [PATCH] Revert "reproducible Debian: fix testing suite name (fixes json for tracker.d.o)" This reverts commit 3cd4cee3d69712fc15ff07824087236995bdb7ed. --- 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 54bbc55c8..a580c6a1b 100755 --- a/bin/reproducible_json.py +++ b/bin/reproducible_json.py @@ -60,7 +60,7 @@ for row in result: output.append(pkg) # tracker.d.o should only care about results in testing - if pkg['suite'] == 'bullseye': + if pkg['suite'] == 'bookworm': if pkg["status"] in ("E404", "NFU", "blacklisted"): # don't export these states in reproducible-tracker.json -- GitLab