From 98d75b3df91f38799f51c7f2eb93a498faa37b41 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2023 02:43:20 +0100 Subject: [PATCH] packaging v1-v2: not 100% sure about this but it shouldnt be needed anymore to declare phpversion/YNH_PHP_VERSION, the phpversion setting will automagically be created using the dependency list --- packaging_v2/convert_app_to_packaging_v2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging_v2/convert_app_to_packaging_v2.py b/packaging_v2/convert_app_to_packaging_v2.py index a02ec65..4685b96 100644 --- a/packaging_v2/convert_app_to_packaging_v2.py +++ b/packaging_v2/convert_app_to_packaging_v2.py @@ -255,6 +255,8 @@ def cleanup_scripts_and_conf(folder): "^db_user=.*$", "^db_pwd=.*$", "^datadir=.*$", + "^phpversion=.*$", + "^YNH_PHP_VERSION=.*$", "^.*ynh_psql_test_if_first_run.*$", "^.*ynh_mysql_setup_db.*$", "^.*ynh_psql_setup_db.*$",