Skip to content

Commit

Permalink
(Forgot to update comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed May 20, 2024
1 parent 9d2c4c8 commit 91b14e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
# 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": "",
Expand Down

0 comments on commit 91b14e1

Please sign in to comment.