mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
f7209bbd5d
6 changed files with 9 additions and 8 deletions
|
@ -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.
|
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.
|
- 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
|
**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
|
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>
|
|
@ -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.
|
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.
|
- 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
|
**Démo :** https://docs.getgrist.com
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Grist"
|
||||||
description.en = "Modern relational spreadsheet"
|
description.en = "Modern relational spreadsheet"
|
||||||
description.fr = "Feuille de calcul relationnelle moderne"
|
description.fr = "Feuille de calcul relationnelle moderne"
|
||||||
|
|
||||||
version = "1.1.11~ynh1"
|
version = "1.1.11~ynh2"
|
||||||
|
|
||||||
maintainers = ["fflorent"]
|
maintainers = ["fflorent"]
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=18
|
nodejs_version=18
|
||||||
main_domain=$(cat /etc/yunohost/current_host)
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -42,7 +42,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=20
|
ynh_script_progression --message="Upgrading source files..." --weight=20
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
# 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
|
fi
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
|
@ -9,3 +9,5 @@ test_format = 1.0
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
exclude = ["install.subdir", "install.nourl"]
|
exclude = ["install.subdir", "install.nourl"]
|
||||||
|
|
||||||
|
test_upgrade_from.c98a6fb2.name = "Upgrade from 1.1.10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue