From dc842f162493252006ff6c217b7c2a5e4e30e9c1 Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Wed, 23 Jun 2021 15:54:14 +0300 Subject: [PATCH 1/5] feat!: Drupal 9.2.0 core for Sandboxes testing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a5b929..267e145 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "GPL-2.0+", "require": { - "ymcatwincities/openy": "^9.2", + "ymcatwincities/openy": "9.x-2.x-drupal_core9.2-dev", "cweagans/composer-patches": "~1.0" }, "require-dev": { From 04f5d0a4b11211af78b6cfa2cefa103e9631b593 Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Wed, 23 Jun 2021 15:56:04 +0300 Subject: [PATCH 2/5] fix: proper version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 267e145..9ca3a2c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "GPL-2.0+", "require": { - "ymcatwincities/openy": "9.x-2.x-drupal_core9.2-dev", + "ymcatwincities/openy": "dev-9.x-2.x-drupal_core9.2", "cweagans/composer-patches": "~1.0" }, "require-dev": { From 08c80c2ec1ba4cbfadd3eeb2576b8fdde106b481 Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Mon, 12 Jul 2021 16:19:46 +0300 Subject: [PATCH 3/5] feat(upgrade): Drupal core --- scripts/openyonclickinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openyonclickinstall.sh b/scripts/openyonclickinstall.sh index fa209b6..ed8e6aa 100644 --- a/scripts/openyonclickinstall.sh +++ b/scripts/openyonclickinstall.sh @@ -82,7 +82,7 @@ sudo mv /var/www/html /var/www/html.bak || true #COMPOSER_MEMORY_LIMIT=-1 composer self-update COMPOSER_MEMORY_LIMIT=-1 composer global require zaporylie/composer-drupal-optimizations -COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:9.2.x-dev /var/www/html --no-interaction -v --profile +COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:dev-9.2.x-core920 /var/www/html --no-interaction -v --profile cd /var/www/html/ IP="$(ip addr show dev eth0 | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')" From 545f48d9b8f38fed99cb4e99e7cf09c481e9b193 Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Mon, 12 Jul 2021 20:41:14 +0300 Subject: [PATCH 4/5] feat(upgrade)!: Ansible 4 updates --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ca3a2c..a92fe66 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "cweagans/composer-patches": "~1.0" }, "require-dev": { - "ymcatwincities/openy-cibox-build": "dev-solr6", + "ymcatwincities/openy-cibox-build": "dev-ansible4", "ymcatwincities/openy-cibox-vm": "dev-master", "ymcatwincities/openy-docksal": "dev-master", "consolidation/robo": "^1.1.5" From 0114a2d6861bfe3808614aba14a0b34e64af459d Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Wed, 14 Jul 2021 15:34:54 +0300 Subject: [PATCH 5/5] fix(revert): old ansible --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a92fe66..9ca3a2c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "cweagans/composer-patches": "~1.0" }, "require-dev": { - "ymcatwincities/openy-cibox-build": "dev-ansible4", + "ymcatwincities/openy-cibox-build": "dev-solr6", "ymcatwincities/openy-cibox-vm": "dev-master", "ymcatwincities/openy-docksal": "dev-master", "consolidation/robo": "^1.1.5"