From 240de672f70997b79adf4f405e14d1088b521102 Mon Sep 17 00:00:00 2001 From: Byron Duvall Date: Fri, 23 Aug 2024 16:27:15 -0400 Subject: [PATCH 1/2] uninstall the standard profile instead of switching it during first drupal install --- targets/drupal.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/targets/drupal.xml b/targets/drupal.xml index b69405ce..8f21df7d 100644 --- a/targets/drupal.xml +++ b/targets/drupal.xml @@ -296,12 +296,9 @@ Or, you can specify the export file directly: the_build_utility - - - - the_build_utility + standard From 7f3b92c78d83fdc03e75740d426d8bf1899151db Mon Sep 17 00:00:00 2001 From: byrond Date: Wed, 28 Aug 2024 16:25:16 -0400 Subject: [PATCH 2/2] remove drupal-change-profile Phing target --- targets/drupal.xml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/targets/drupal.xml b/targets/drupal.xml index 8f21df7d..aef4d1b6 100644 --- a/targets/drupal.xml +++ b/targets/drupal.xml @@ -315,49 +315,6 @@ Or, you can specify the export file directly: - - - - - - core.extension - profile - - - - - - core.extension - module.${current_profile} - - - - - - - - core.extension - module.${current_profile} - - - - - - - core.extension - module.${new_profile} - 1000 - - - - - core.extension - profile - ${new_profile} - - - -