mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Zblerg we need to keep track of broken apps
This commit is contained in:
parent
9ac0d15e48
commit
c6d684ad05
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ def build_catalog():
|
||||||
"name": infos["manifest"]["name"],
|
"name": infos["manifest"]["name"],
|
||||||
"description": infos["manifest"]["description"],
|
"description": infos["manifest"]["description"],
|
||||||
"state": infos["state"],
|
"state": infos["state"],
|
||||||
|
"broken": level <= 0,
|
||||||
"good_quality": level >= 8,
|
"good_quality": level >= 8,
|
||||||
"bad_quality": level <= 5,
|
"bad_quality": level <= 5,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue