[enh] Add level 0 bullseye apps to disclaimer

This commit is contained in:
ljf 2022-08-10 20:10:53 +02:00
parent fa207ebaff
commit 48a094a6ff

View file

@ -2509,7 +2509,7 @@ def unstable_apps():
if not infos.get("from_catalog") or infos.get("from_catalog").get("state") in [
"inprogress",
"notworking",
] or infos["id"] in deprecated_apps:
] or infos["id"] in deprecated_apps or infos.get("from_catalog").get("level") == 0:
output.append(infos["id"])
return output