From f123c92626ae8a3c852409952535167e963d7b57 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:50:53 +0100 Subject: [PATCH 1/5] Update manifest.toml: autoupdate can't be used because not hosted on github, at least not until we implement some other strategy ... --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9ee5eab..bc2d831 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,7 +65,6 @@ ram.runtime = "50M" [resources.sources.main] url = "https://codeberg.org/ladigitale/digiscreen/archive/cea216c33e33a2e875ff657ca9402c8ae23d72e3.tar.gz" sha256 = "3996bad3fa12ddb9f8288186d674606d93969868209ea3c7e88fb9982d4db883" - autoupdate.strategy = "latest_github_tag" [resources.system_user] From 23ff8117db69c8c4b07b80c27b6a46f7641ce6c3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 14 Feb 2024 19:34:20 +0100 Subject: [PATCH 2/5] add autoupdate.strategy --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index bc2d831..7189a37 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,6 +65,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://codeberg.org/ladigitale/digiscreen/archive/cea216c33e33a2e875ff657ca9402c8ae23d72e3.tar.gz" sha256 = "3996bad3fa12ddb9f8288186d674606d93969868209ea3c7e88fb9982d4db883" + autoupdate.strategy = "latest_forgejo_release" [resources.system_user] From 2d916d220044ad22ceeb6f23d76f2b1ba1de51a7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 22:11:25 +0100 Subject: [PATCH 3/5] Upgrade to v0.9.15 Changelog: https://codeberg.org/ladigitale/digiscreen/releases/tag/0.9.15 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7189a37..e26bb57 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Digiscreen" description.en = "An interactive wallpaper for the classroom, face-to-face or distant" description.fr = "Un fond d'écran interactif pour la salle de classe en présence ou à distance." -version = "0.6.4~ynh1" +version = "0.9.15~ynh1" maintainers = ["Pierre-Amiel Giraud"] @@ -63,8 +63,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://codeberg.org/ladigitale/digiscreen/archive/cea216c33e33a2e875ff657ca9402c8ae23d72e3.tar.gz" - sha256 = "3996bad3fa12ddb9f8288186d674606d93969868209ea3c7e88fb9982d4db883" + url = "https://codeberg.org/ladigitale/digiscreen/archive/0.9.15.tar.gz" + sha256 = "31ccb5f9166ed44d69d10730afede9f76732f86d30d5103b97c9eadca431dadc" autoupdate.strategy = "latest_forgejo_release" [resources.system_user] From fa071a787162a713015b2257f97567f9c2dceba8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 21:11:28 +0000 Subject: [PATCH 4/5] 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 98af0ff..3c727cd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in An interactive wallpaper for the classroom, face-to-face or distant -**Shipped version:** 0.6.4~ynh1 +**Shipped version:** 0.9.15~ynh1 **Demo:** https://ladigitale.dev/digiscreen/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index e551482..6bdbbeb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un fond d'écran interactif pour la salle de classe en présence ou à distance. -**Version incluse :** 0.6.4~ynh1 +**Version incluse :** 0.9.15~ynh1 **Démo :** https://ladigitale.dev/digiscreen/ ## Documentations et ressources From d57439a9ef44cbcd91373d5ddccc2a2502fbd5ee Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 01:00:10 +0100 Subject: [PATCH 5/5] Update tests.toml: test upgrade from 0.6.4~ynh1 --- tests.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 014d5eb..da598c4 100644 --- a/tests.toml +++ b/tests.toml @@ -2,9 +2,11 @@ test_format = 1.0 [default] + args.api_key_google_youtube = "" + args.api_key_pixabay = "" + # ------------------------------- # Commits to test upgrade from # ------------------------------- - args.api_key_google_youtube = "" - args.api_key_pixabay = "" + test_upgrade_from.73052c4c.name = "Upgrade from 0.6.4~ynh1"