mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #63 from YunoHost-Apps/testing
Automated testing -> master
This commit is contained in:
commit
0a2a53d312
9 changed files with 10 additions and 15 deletions
|
@ -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:** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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:** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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:** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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 :** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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:** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
**演示:** <https://joinbookwyrm.com/fr/>
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
@ -51,14 +51,12 @@ 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_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"
|
||||
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
|
|
|
@ -65,9 +65,6 @@ ynh_script_progression --message="Removing logs..." --weight=5
|
|||
|
||||
ynh_remove_logrotate
|
||||
|
||||
# Remove the log files
|
||||
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue