From 5920aee7acafd43a8c9670da00bce93784aa7ea5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Dec 2021 06:20:20 +0000 Subject: [PATCH 1/5] Upgrade to v4.31.0 --- conf/admin.src | 4 ++-- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/admin.src b/conf/admin.src index 002c1f2..d415974 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.28.0.zip -SOURCE_SUM=374685653c4a89efca39d94814fb8aca4ce893672135e2d7a2f326b53cfc7fb0 +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.31.0.zip +SOURCE_SUM=cfc27c85c87d2f512cad0667c8c5a908844289237661cd0c56e617c6ffa24a6d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/app.src b/conf/app.src index 011be6b..143b380 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.28.0/Ghost-4.28.0.zip -SOURCE_SUM=752874d8fe0a38d4313c42859e7b3417418af06b52fc72db2b4d80e8d021659d +SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.31.0/Ghost-4.31.0.zip +SOURCE_SUM=462b52b6de0a9f7e97d477db94aa6f29598e82e353588c1b5d5f5e1385eb5301 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index c224027..8bce5e6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Publishing, memberships, subscriptions and newsletters platform", "fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" }, - "version": "4.28.0~ynh1", + "version": "4.31.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT", From a83895f8938ed3dd24ed640403a1cf402ff30ac3 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 17 Dec 2021 06:20:27 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaeab40..0c46878 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Publishing, memberships, subscriptions and newsletters platform -**Shipped version:** 4.28.0~ynh1 +**Shipped version:** 4.31.0~ynh1 diff --git a/README_fr.md b/README_fr.md index e31b88f..473eb64 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'édition, d'adhésions, d'abonnements et de newsletters -**Version incluse :** 4.28.0~ynh1 +**Version incluse :** 4.31.0~ynh1 From 4b52ee67fb9fa7c50025411742b70fc999a4a804 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 17 Dec 2021 09:43:03 +0100 Subject: [PATCH 3/5] Wait for the service to start properly --- scripts/install | 4 ++-- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 60de6d0..a9ca4ab 100644 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ popd ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config - ynh_add_systemd_config +ynh_add_systemd_config #================================================= # SETUP LOGROTATE @@ -170,7 +170,7 @@ yunohost service add $app --description="$app daemon for Ghost" --log="/var/log/ ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" +ynh_systemd_action --service_name=$app --action="start" --line_match="Ghost booted" --timeout=60 #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 84008fc..82e6b6a 100755 --- a/scripts/restore +++ b/scripts/restore @@ -122,7 +122,7 @@ yunohost service add $app --description="$app daemon for Ghost" --log="/var/log/ #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start +ynh_systemd_action --service_name=$app --action=start --line_match="Ghost booted" --timeout=60 #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index a37efb8..d34558b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -201,7 +201,7 @@ yunohost service add $app --description="$app daemon for Ghost" --log="/var/log/ #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start +ynh_systemd_action --service_name=$app --action=start --line_match="Ghost booted" --timeout=60 #================================================= # RELOAD NGINX From f220e95d764966043ac30015c691acb8b91a5d53 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 18 Dec 2021 06:20:23 +0000 Subject: [PATCH 4/5] Upgrade to v4.32.0 --- conf/admin.src | 4 ++-- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/admin.src b/conf/admin.src index 002c1f2..45f608f 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.28.0.zip -SOURCE_SUM=374685653c4a89efca39d94814fb8aca4ce893672135e2d7a2f326b53cfc7fb0 +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.32.0.zip +SOURCE_SUM=6b097f717b748adf7c25b7e2dabdb0ca44fd3a2171a390e71c33ccf4919df253 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/app.src b/conf/app.src index 011be6b..787409b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.28.0/Ghost-4.28.0.zip -SOURCE_SUM=752874d8fe0a38d4313c42859e7b3417418af06b52fc72db2b4d80e8d021659d +SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.32.0/Ghost-4.32.0.zip +SOURCE_SUM=1f3b5e376db24a1c564d7ba1dcbf80f430c660d6ee00269cd3aa53c9b2894096 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index c224027..a353228 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Publishing, memberships, subscriptions and newsletters platform", "fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" }, - "version": "4.28.0~ynh1", + "version": "4.32.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT", From aedc2732bbed5b086ff4376508fad00442a27c9e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 18 Dec 2021 06:20:29 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaeab40..c4bcc87 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Publishing, memberships, subscriptions and newsletters platform -**Shipped version:** 4.28.0~ynh1 +**Shipped version:** 4.32.0~ynh1 diff --git a/README_fr.md b/README_fr.md index e31b88f..2c9ae62 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'édition, d'adhésions, d'abonnements et de newsletters -**Version incluse :** 4.28.0~ynh1 +**Version incluse :** 4.32.0~ynh1