Commit abd0efdf authored by Holger Levsen's avatar Holger Levsen
Browse files

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

This reverts commit 3cd4cee3.
parent 3cd4cee3
...@@ -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'] == 'bullseye': if pkg['suite'] == 'bookworm':
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