Commit 3cd4cee3 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: fix testing suite name (fixes json for tracker.d.o)



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 0050751f
...@@ -60,7 +60,7 @@ for row in result: ...@@ -60,7 +60,7 @@ for row in result:
output.append(pkg) output.append(pkg)
# tracker.d.o should only care about results in testing # tracker.d.o should only care about results in testing
if pkg['suite'] == 'bookworm': if pkg['suite'] == 'bullseye':
if pkg["status"] in ("E404", "NFU", "blacklisted"): if pkg["status"] in ("E404", "NFU", "blacklisted"):
# don't export these states in reproducible-tracker.json # don't export these states in reproducible-tracker.json
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment