From fc4e787ebace9179c887d155e3033cee8fcc7ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Aug 2022 07:31:48 +0200 Subject: [PATCH] Bullseye (#67) * set relative path for --keep opt * Auto-update README Co-authored-by: yunohost-bot --- README.md | 1 + README_fr.md | 3 ++- manifest.json | 2 +- scripts/upgrade | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45169ae..1cc011a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Baïkal allows to seamlessly access your contacts and calendars from every devic **Shipped version:** 0.9.2~ynh1 + **Demo:** https://demo.yunohost.org/baikal/admin/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index e392cf5..8629bfa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, Mac OS X, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself - with Baïkal. -**Version incluse :** 0.9.2~ynh1 +**Version incluse :** 0.9.2~ynh1 + **Démo :** https://demo.yunohost.org/baikal/admin/ diff --git a/manifest.json b/manifest.json index 5a99050..7c8e85f 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "julien.malik@paraiso.me" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index f92c1e8..3b87c8b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=3 - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/Specific $final_path/config" + ynh_setup_source --dest_dir="$final_path" --keep="Specific config" fi chmod 750 "$final_path"