From 46bd6d27060b1f5569a640231c2fc976184e22e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Dec 2022 15:26:38 +0000 Subject: [PATCH 1/7] 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 6fc7650..3d88a5c 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 Online storage, file sharing platform and various other applications -**Shipped version:** 25.0.1~ynh1 +**Shipped version:** 25.0.2~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index e441d52..6ed96f2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 25.0.1~ynh1 +**Version incluse :** 25.0.2~ynh1 **Démo :** https://demo.nextcloud.com/ From 9ba5ca3848c3760329bf73bd578cc1002df06118 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 10 Dec 2022 18:52:00 +0100 Subject: [PATCH 2/7] 32 bit warning : don't block upgrades --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b83261d..4b95ab9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,7 +37,7 @@ upgrade_type=$(ynh_check_app_version_changed) # Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then - ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" + ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." fi #================================================= From e0f7b241b52b645849704a8d1c4ce3f0fffe7fc8 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 10 Dec 2022 18:52:24 +0100 Subject: [PATCH 3/7] 32-bit warning : don't block install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7a7be8e..0b33d85 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url # Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then - ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" + ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." fi #================================================= From 862de41da4152b981716c436ebd00187db9cf3e9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Dec 2022 19:03:27 +0100 Subject: [PATCH 4/7] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 09a85d6..f806298 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "25.0.2~ynh1", + "version": "25.0.2~ynh2", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", From 78e934b8cfd44e9d23aefa5146982bf18d45a6f0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 10 Dec 2022 18:03:32 +0000 Subject: [PATCH 5/7] 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 3d88a5c..d6ba44d 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 Online storage, file sharing platform and various other applications -**Shipped version:** 25.0.2~ynh1 +**Shipped version:** 25.0.2~ynh2 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 6ed96f2..0d82a8a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 25.0.2~ynh1 +**Version incluse :** 25.0.2~ynh2 **Démo :** https://demo.nextcloud.com/ From 2dd5c1e3344bcefaaa9082c1294eb0ebeeca88f2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Dec 2022 19:09:43 +0100 Subject: [PATCH 6/7] fic comment --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0b33d85..b9a2010 100755 --- a/scripts/install +++ b/scripts/install @@ -40,7 +40,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url -# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) +# Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." diff --git a/scripts/upgrade b/scripts/upgrade index 4b95ab9..28f1240 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,7 +34,7 @@ fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) upgrade_type=$(ynh_check_app_version_changed) -# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) +# Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." From d0682fe8a38596d26c99147129764adbcdae3691 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Dec 2022 19:11:42 +0100 Subject: [PATCH 7/7] Fix typo --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b9a2010..eeb0e98 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url # Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then - ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." + ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit architectures." fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 28f1240..5c8fc10 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,7 +37,7 @@ upgrade_type=$(ynh_check_app_version_changed) # Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then - ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." + ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit architectures." fi #=================================================