From e5ca2c4898ec5166e6f44de3680ae4f3777a2bb1 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 04:58:49 +0100 Subject: [PATCH 1/6] Update manifest.toml --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 51ca305..49de130 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,12 +52,13 @@ ram.runtime = "50M" url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz" sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.sources.fonts] url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc" sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f" - + autoupdate.strategy = "latest_github_release" + autoupdate.upstream = "https://github.com/adobe-fonts/source-han-sans" [resources.system_user] allow_email = true From 44541449152141bb4b743fb949ff061316a570a5 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 05:00:16 +0100 Subject: [PATCH 2/6] Update manifest.toml --- manifest.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 49de130..c4dfb4b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,14 +51,11 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz" sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7" - autoupdate.strategy = "latest_github_release" [resources.sources.fonts] url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc" sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f" - autoupdate.strategy = "latest_github_release" - autoupdate.upstream = "https://github.com/adobe-fonts/source-han-sans" [resources.system_user] allow_email = true From 1232414998c8e19d1ac98588a0640efa2ca8f9ad Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 15:39:54 +0100 Subject: [PATCH 3/6] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index cce0c24..1431540 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,8 +45,8 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --source_id="main" --keep=".env" - ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" + ynh_setup_source --dest_dir="$install_dir" --source_id="main" --full_replace=1 --keep=".env" + ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" --full_replace=1 fi chmod 750 "$install_dir" From 96ca1e1d2d89d8fbbc7aa21aae04b912bd10ee0e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 23 Jun 2024 06:10:27 +0200 Subject: [PATCH 4/6] Update remove --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 136b988..83366b3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -65,9 +65,6 @@ ynh_script_progression --message="Removing logs..." --weight=5 ynh_remove_logrotate -# Remove the log files - - #================================================= # END OF SCRIPT #================================================= From 31baec206c0d4b384b264fdb232c3dcd6afc7214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 25 Jun 2024 23:01:14 +0200 Subject: [PATCH 5/6] bump revision --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c4dfb4b..ad89445 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookWyrm" description.en = "Platform for social reading" description.fr = "Plateforme de lecture sociale" -version = "0.7.2~ynh1" +version = "0.7.2~ynh2" maintainers = ["oufmilo"] From 5390b54899c25ba5abcc7da908fdb5249ad71d16 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 25 Jun 2024 21:01:25 +0000 Subject: [PATCH 6/6] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a268558..7c862c8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Shipped version:** 0.7.2~ynh1 +**Shipped version:** 0.7.2~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 88ee108..cb8a4a0 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Versión actual:** 0.7.2~ynh1 +**Versión actual:** 0.7.2~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index 8d7320e..5af04d8 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Paketatutako bertsioa:** 0.7.2~ynh1 +**Paketatutako bertsioa:** 0.7.2~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index f527754..00bb55c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite. -**Version incluse :** 0.7.2~ynh1 +**Version incluse :** 0.7.2~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 6c3c383..d26e520 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Versión proporcionada:** 0.7.2~ynh1 +**Versión proporcionada:** 0.7.2~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 7a42c47..fbdfd8d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**分发版本:** 0.7.2~ynh1 +**分发版本:** 0.7.2~ynh2 **演示:**