mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Bump date in comment about helpers requirement
This commit is contained in:
parent
3393cfe0b8
commit
6fb6cdc15d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ reader = codecs.getreader("utf-8")
|
|||
# Helper list
|
||||
# ############################################################################
|
||||
|
||||
# Generated May 21st using:
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue