Remove slightly off-topic comment
This commit is contained in:
parent
d159b98c3c
commit
b98d69b33e
@ -147,11 +147,6 @@ def generate_apps_json(repos_json):
|
|||||||
"default_branch": repo_details.get("default_branch", ""),
|
"default_branch": repo_details.get("default_branch", ""),
|
||||||
"description": repo_details.get("description", ""),
|
"description": repo_details.get("description", ""),
|
||||||
"website": repo_details.get("website", ""),
|
"website": repo_details.get("website", ""),
|
||||||
# Note(decentral1se): please note that the app metadata do not
|
|
||||||
# correspond to version tags. We simply parse the latest metadata
|
|
||||||
# list from HEAD. This may lead to unexpected situations where
|
|
||||||
# users believe X feature is available under Y version but it is
|
|
||||||
# not.
|
|
||||||
"features": metadata,
|
"features": metadata,
|
||||||
"versions": get_app_versions(app_path, cached_apps_json),
|
"versions": get_app_versions(app_path, cached_apps_json),
|
||||||
"icon": repo_details.get("avatar_url", ""),
|
"icon": repo_details.get("avatar_url", ""),
|
||||||
|
Loading…
Reference in New Issue
Block a user