From 79f03365fd5f8caee68a94074d498939f06f8f90 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 23 Apr 2021 13:29:37 +0200 Subject: [PATCH 1/2] Upgrade to 1.1.1 --- README.md | 2 +- check_process | 4 ++++ conf/app.src | 6 +++--- manifest.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 367fc22..fd30c79 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Mobilizon aims to solve existing platform's problems to organize events in a dec Mobilizon is a tool that helps you find, create and organise events. You can also create a page for your group where the members will be able to organise together. -**Shipped version:** 1.1.0 +**Shipped version:** 1.1.1 ## Important points to read before installing diff --git a/check_process b/check_process index 6d0f1f5..4046c3d 100644 --- a/check_process +++ b/check_process @@ -28,6 +28,8 @@ upgrade=1 from_commit=cba843be0d7e00d7d7290f0d0da95807711a96d4 # 1.1.0~ynh1 upgrade=1 from_commit=5780e424cf3217bf9d25e5b24beb51f52b6b777e + # 1.1.0~ynh1 + upgrade=1 from_commit=5780e424cf3217bf9d25e5b24beb51f52b6b777e backup_restore=1 multi_instance=1 port_already_use=0 @@ -50,3 +52,5 @@ Notification=all name=1.0.7~ynh1 ; commit=5780e424cf3217bf9d25e5b24beb51f52b6b777e name=1.1.0~ynh1 + ; commit=5780e424cf3217bf9d25e5b24beb51f52b6b777e + name=1.1.0~ynh1 diff --git a/conf/app.src b/conf/app.src index f464f06..16aa1d7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.1.0/mobilizon-1.1.0.tar.gz -SOURCE_SUM=b1cc0e8c2588f67aedd6c43200656132535ac6cf360dadd0a02bac6fc19dbe02 +SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.1.1/mobilizon-1.1.1.tar.gz +SOURCE_SUM=38d5b382d5409aeabb8aba31ce80d59cdaef8b57a97c5ad28a3ff4a2ec9209b8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mobilizon-1.1.0.tar.gz +SOURCE_FILENAME=mobilizon-1.1.1.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 32946ff..261aa71 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A decentralized and federated platform to organize events", "fr": "Une plateforme décentralisée et fédérée pour organiser des événements" }, - "version": "1.1.0~ynh2", + "version": "1.1.1~ynh1", "url": "https://joinmobilizon.org/", "license": "AGPL-3.0-or-later", "maintainer": { From 7de6db471923103d055a4cddd78c260def7b4a7e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 26 Apr 2021 19:52:19 +0200 Subject: [PATCH 2/2] remove old mail alias removal --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index b5703e4..959d77c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -103,7 +103,7 @@ then mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf # Store file checksum for the new config file location ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" - yunohost user update "${app}_notifs" --mail "${app}_notifs@${new_domain}" --remove-mailalias "${app}@${old_domain}" --add-mailalias "${app}@${new_domain}" + yunohost user update "${app}_notifs" --mail "${app}_notifs@${new_domain}" --add-mailalias "${app}@${new_domain}" fi #=================================================