1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge pull request #25 from YunoHost-Apps/testing

Testing
This commit is contained in:
Florent 2024-02-18 14:54:05 +01:00 committed by GitHub
commit f7209bbd5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -32,7 +32,7 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
- You cannot log out from Grist, you have to log out from YunoHost to do that.
**Shipped version:** 1.1.11~ynh1
**Shipped version:** 1.1.11~ynh2
**Demo:** https://docs.getgrist.com
@ -61,4 +61,4 @@ or
sudo yunohost app upgrade grist -u https://github.com/YunoHost-Apps/grist_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -32,7 +32,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.
**Version incluse :** 1.1.11~ynh1
**Version incluse :** 1.1.11~ynh2
**Démo :** https://docs.getgrist.com

View file

@ -7,7 +7,7 @@ name = "Grist"
description.en = "Modern relational spreadsheet"
description.fr = "Feuille de calcul relationnelle moderne"
version = "1.1.11~ynh1"
version = "1.1.11~ynh2"
maintainers = ["fflorent"]

View file

@ -5,7 +5,6 @@
#=================================================
nodejs_version=18
main_domain=$(cat /etc/yunohost/current_host)
#=================================================
# PERSONAL HELPERS

View file

@ -42,7 +42,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=20
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
fi
chown -R $app:www-data "$install_dir"

View file

@ -9,3 +9,5 @@ test_format = 1.0
# ------------
exclude = ["install.subdir", "install.nourl"]
test_upgrade_from.c98a6fb2.name = "Upgrade from 1.1.10"