mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Bump use of --package option in ynh_add_fpm_config as an error, we really gotta get rid of this legacy stuff
This commit is contained in:
parent
078f29de39
commit
5d75cc2a73
1 changed files with 1 additions and 1 deletions
|
@ -2361,7 +2361,7 @@ class Script(TestSuite):
|
|||
@test()
|
||||
def ynh_add_fpm_config_deprecated_package_option(self):
|
||||
if self.containsregex(r'ynh_add_fpm_config .*package=.*'):
|
||||
yield Warning("(Requires Yunohost 4.3) Option --package for ynh_add_fpm_config is deprecated : please use 'ynh_install_app_dependencies' with **all** your apt dependencies instead (no need to define a special 'extra_php_dependencies'). YunoHost will automatically install any phpX.Y-fpm / phpX.Y-common if needed.")
|
||||
yield Error("(Requires Yunohost 4.3) Option --package for ynh_add_fpm_config is deprecated : please use 'ynh_install_app_dependencies' with **all** your apt dependencies instead (no need to define a special 'extra_php_dependencies'). YunoHost will automatically install any phpX.Y-fpm / phpX.Y-common if needed.")
|
||||
|
||||
@test()
|
||||
def set_is_public_setting(self):
|
||||
|
|
Loading…
Reference in a new issue