From 8c75f1ec957624791cd3192d76dbf615f65134ad Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:10:40 +0200 Subject: [PATCH 1/7] Update manifest.toml: non-working autoupdate because assets are hosted on an external custom website somehow --- manifest.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index b1aceb4..5d708a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,11 +60,7 @@ ram.runtime = "50M" in_subdir = false format = "zip" - autoupdate.strategy = "latest_gitea_release" - autoupdate.asset.amd64 = "tarball" - autoupdate.asset.i386 = "tarball" - autoupdate.asset.arm64 = "tarball" - autoupdate.asset.armhf = "tarball" + # autoupdate.strategy = "latest_gitea_release" [resources.system_user] allow_email = true From a1b453d5b99654be14e268712f1cb47b7f988cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:51:00 +0200 Subject: [PATCH 2/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5d708a1..d8dd72d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,7 +57,7 @@ ram.runtime = "50M" armhf.sha256 = "f7ff14b789376fd4cd41e331e6bd399538a64626891bd77f14258b3fec901346" i386.url = "https://dl.vikunja.io/vikunja/0.24.1/vikunja-v0.24.1-linux-386-full.zip" i386.sha256 = "a552c4e031cbe4f69b13636d326f4bfa525905211469e615e51bd6d8cc85f923" - in_subdir = false + #in_subdir = false format = "zip" # autoupdate.strategy = "latest_gitea_release" From fb14ce85a42e9aa4a91c9a93f9cb3395f0d3b8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:59:06 +0200 Subject: [PATCH 3/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d8dd72d..5d708a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,7 +57,7 @@ ram.runtime = "50M" armhf.sha256 = "f7ff14b789376fd4cd41e331e6bd399538a64626891bd77f14258b3fec901346" i386.url = "https://dl.vikunja.io/vikunja/0.24.1/vikunja-v0.24.1-linux-386-full.zip" i386.sha256 = "a552c4e031cbe4f69b13636d326f4bfa525905211469e615e51bd6d8cc85f923" - #in_subdir = false + in_subdir = false format = "zip" # autoupdate.strategy = "latest_gitea_release" From 56f2dbbdad84815656ea8feca57b69abec5eab07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:00:29 +0200 Subject: [PATCH 4/7] Update tests.toml --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 58b03fd..11b0f90 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - #test_upgrade_from.4cf807ee10e609d85147ac389ea7f62260c733b2.name = "Upgrade from 0.20.2" + test_upgrade_from.4cf807ee10e609d85147ac389ea7f62260c733b2.name = "Upgrade from 0.20.2" From 299e61f29f68fd8a997003a789fb90cba7499df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:00:56 +0200 Subject: [PATCH 5/7] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 61c7ba1..7c5da08 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd #================================================= ynh_script_progression --message="Upgrading source files..." --weight=5 -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")" mv "$executable" "$install_dir/vikunja" From cb9a6d0a3a565a139acd2844d11a33ff247b6089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:44:06 +0200 Subject: [PATCH 6/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5d708a1..bce8eef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.24.1~ynh2" +version = "0.24.1~ynh3" maintainers = [] From b95fb56526f94a8685f7dd7ea7788d3a532489d6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 31 Jul 2024 17:44:11 +0000 Subject: [PATCH 7/7] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ec4d699..ab45792 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.24.1~ynh2 +**Shipped version:** 0.24.1~ynh3 **Demo:** diff --git a/README_es.md b/README_es.md index 577743b..9c8c664 100644 --- a/README_es.md +++ b/README_es.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión actual:** 0.24.1~ynh2 +**Versión actual:** 0.24.1~ynh3 **Demo:** diff --git a/README_eu.md b/README_eu.md index f2ecc2b..d7b0ff5 100644 --- a/README_eu.md +++ b/README_eu.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Paketatutako bertsioa:** 0.24.1~ynh2 +**Paketatutako bertsioa:** 0.24.1~ynh3 **Demoa:** diff --git a/README_fr.md b/README_fr.md index a84821f..31760de 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.24.1~ynh2 +**Version incluse :** 0.24.1~ynh3 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1a9b345..cef0e5e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión proporcionada:** 0.24.1~ynh2 +**Versión proporcionada:** 0.24.1~ynh3 **Demo:** diff --git a/README_id.md b/README_id.md index c405781..3ab615f 100644 --- a/README_id.md +++ b/README_id.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versi terkirim:** 0.24.1~ynh2 +**Versi terkirim:** 0.24.1~ynh3 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 999cdb2..ced9026 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**分发版本:** 0.24.1~ynh2 +**分发版本:** 0.24.1~ynh3 **演示:**