From 08ff7404be7e7b6ff7cd40b72cd0afb4f50dee6b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 10 May 2021 18:00:49 +0200 Subject: [PATCH] Update official helper list --- package_linter.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index 240f045..5ff8c19 100755 --- a/package_linter.py +++ b/package_linter.py @@ -49,6 +49,7 @@ official_helpers = { 'ynh_store_file_checksum': '2.6.4', 'ynh_backup_if_checksum_is_different': '2.6.4', 'ynh_delete_file_checksum': '3.3.1', + 'ynh_backup_archive_exists': '', 'ynh_backup_before_upgrade': '2.7.2', 'ynh_restore_upgradebackup': '2.7.2', 'ynh_add_fail2ban_config': '3.5.0', @@ -75,6 +76,9 @@ official_helpers = { 'ynh_debug_exec': '3.5.0', 'ynh_use_logrotate': '2.6.4', 'ynh_remove_logrotate': '2.6.4', + 'ynh_multimedia_build_main_dir': '4.2', + 'ynh_multimedia_addfolder': '4.2', + 'ynh_multimedia_addaccess': '4.2', 'ynh_mysql_connect_as': '2.2.4', 'ynh_mysql_execute_as_root': '2.2.4', 'ynh_mysql_execute_file_as_root': '2.2.4', @@ -111,6 +115,8 @@ official_helpers = { 'ynh_install_php': '3.8.1', 'ynh_remove_php': '3.8.1', 'ynh_get_scalable_phpfpm': '', + 'ynh_composer_exec': '4.2', + 'ynh_install_composer': '4.2', 'ynh_psql_connect_as': '3.5.0', 'ynh_psql_execute_as_root': '3.5.0', 'ynh_psql_execute_file_as_root': '3.5.0', @@ -157,7 +163,7 @@ official_helpers = { 'ynh_get_debian_release': '2.7.1', 'ynh_mkdir_tmp': '', 'ynh_secure_remove': '2.6.4', - 'ynh_get_plain_key': '2.2.4', + 'ynh_get_plain_key': '', 'ynh_read_manifest': '3.5.0', 'ynh_app_upstream_version': '3.5.0', 'ynh_app_package_version': '3.5.0',