Merge pull request #63 from YunoHost-Apps/testing

Automated testing -> master
This commit is contained in:
Salamandar 2024-06-25 23:01:31 +02:00 committed by GitHub
commit 0a2a53d312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 10 additions and 15 deletions

View file

@ -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. 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:** <https://joinbookwyrm.com/fr/> **Demo:** <https://joinbookwyrm.com/fr/>

View file

@ -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. 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:** <https://joinbookwyrm.com/fr/> **Demo:** <https://joinbookwyrm.com/fr/>

View file

@ -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. 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:** <https://joinbookwyrm.com/fr/> **Demoa:** <https://joinbookwyrm.com/fr/>

View file

@ -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. 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:** <https://joinbookwyrm.com/fr/> **Démo:** <https://joinbookwyrm.com/fr/>

View file

@ -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. 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:** <https://joinbookwyrm.com/fr/> **Demo:** <https://joinbookwyrm.com/fr/>

View file

@ -19,7 +19,7 @@
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. 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
**演示:** <https://joinbookwyrm.com/fr/> **演示:** <https://joinbookwyrm.com/fr/>

View file

@ -5,7 +5,7 @@ name = "BookWyrm"
description.en = "Platform for social reading" description.en = "Platform for social reading"
description.fr = "Plateforme de lecture sociale" description.fr = "Plateforme de lecture sociale"
version = "0.7.2~ynh1" version = "0.7.2~ynh2"
maintainers = ["oufmilo"] maintainers = ["oufmilo"]
@ -51,14 +51,12 @@ ram.runtime = "50M"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz" url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz"
sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7" sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7"
autoupdate.strategy = "latest_github_release"
autoupdate.strategy = "latest_github_tag"
[resources.sources.fonts] [resources.sources.fonts]
url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc" url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc"
sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f" sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true

View file

@ -65,9 +65,6 @@ ynh_script_progression --message="Removing logs..." --weight=5
ynh_remove_logrotate ynh_remove_logrotate
# Remove the log files
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================

View file

@ -45,8 +45,8 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # 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" --source_id="main" --full_replace=1 --keep=".env"
ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" --full_replace=1
fi fi
chmod 750 "$install_dir" chmod 750 "$install_dir"