mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
(Forgot to update comment)
This commit is contained in:
parent
9d2c4c8706
commit
91b14e1dc7
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ except Exception:
|
|||
# Helper list
|
||||
# ############################################################################
|
||||
|
||||
# Generated April 11th using:
|
||||
# cat /path/to/yunohost/data/helpers.d/* | grep "^ynh_" | tr -d '(){ ' > helperlist
|
||||
# for HELPER in $(cat helperlist); do REQUIRE=$(grep -whB5 "^$HELPER" /path/to/yunohost/data/helpers.d/* | grep "Requires .* or higher\." | grep -o -E "[0-9].[0-9].[0-9]"); echo "'$HELPER': '$REQUIRE'",; done | tr "'" '"'
|
||||
# Generated May 20 2024 using:
|
||||
# cat /path/to/yunohost/data/helpers.d/* | grep "^ynh_" | tr -d '(){ ' > helperlist 2>/dev/null
|
||||
# for HELPER in $(cat helperlist); do REQUIRE=$(grep -whB5 "^$HELPER" /path/to/yunohost/data/helpers.d/* 2>/dev/null | grep "Requires .* or higher\." | grep -o -E "[0-9].[0-9].[0-9]"); echo "'$HELPER': '$REQUIRE'",; done | tr "'" '"'
|
||||
|
||||
official_helpers = {
|
||||
"ynh_install_apps": "",
|
||||
|
|
Loading…
Reference in a new issue