add antifeatures and alternatives to catalog's apps manifest

This commit is contained in:
axolotle 2022-11-03 16:47:18 +01:00
parent eeec30d78c
commit 56de320a9a

View file

@ -2301,6 +2301,9 @@ def _extract_app_from_gitrepo(
manifest["remote"]["revision"] = revision
manifest["lastUpdate"] = app_info.get("lastUpdate")
manifest["antifeatures"] = app_info["antifeatures"]
manifest["potential_alternative_to"] = app_info["potential_alternative_to"]
return manifest, extracted_app_folder