From 60ee4403de268f0056b98c9312ab4c4cd35369e1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Oct 2023 16:31:13 +0000 Subject: [PATCH 1/4] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index a84e33d..82f6c61 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Funkwhale is a community-driven project that lets you listen and share music and * Official user documentation: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index f3d445d..9e94a3c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,6 @@ Funkwhale est un projet communautaire qui vous permet d'écouter et de partager * Documentation officielle utilisateur : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From db5e8e5fa50f6ced966f52f1b926f7f4b8cbc1ec Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:33:00 +0200 Subject: [PATCH 2/4] fix tests.toml --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 793cc27..3484f47 100644 --- a/tests.toml +++ b/tests.toml @@ -2,7 +2,7 @@ test_format = 1.0 [default] - exclude = ["install.nourl"] + # exclude = ["install.nourl"] test_upgrade_from.7a50028.name = "1.2.9" test_upgrade_from.ae7b6c5.name = "1.2.10" From 9ebe16e97f54a56314759e31881547025d14b196 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:35:37 +0200 Subject: [PATCH 3/4] Update tests.toml --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 3484f47..0568362 100644 --- a/tests.toml +++ b/tests.toml @@ -6,6 +6,6 @@ test_format = 1.0 test_upgrade_from.7a50028.name = "1.2.9" test_upgrade_from.ae7b6c5.name = "1.2.10" - test_uprgade_from.9058c1b.name = "1.3.1" - test_uprgade_from.fefe575.name = "1.3.2" + test_upgrade_from.9058c1b.name = "1.3.1" + test_upgrade_from.fefe575.name = "1.3.2" From dd5cd1478727a26a7425f65fe966e95b2158104e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:38:04 +0200 Subject: [PATCH 4/4] Disable unused and failed test on Bookworm --- tests.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests.toml b/tests.toml index 0568362..91a8d77 100644 --- a/tests.toml +++ b/tests.toml @@ -2,10 +2,6 @@ test_format = 1.0 [default] - # exclude = ["install.nourl"] - - test_upgrade_from.7a50028.name = "1.2.9" - test_upgrade_from.ae7b6c5.name = "1.2.10" test_upgrade_from.9058c1b.name = "1.3.1" test_upgrade_from.fefe575.name = "1.3.2"