1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/itflow_ynh.git synced 2024-09-03 19:26:24 +02:00

Merge pull request #141 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-19 17:48:33 +02:00 committed by GitHub
commit ddc5192d73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
IT documentation, ticketing and accounting system for small MSPs. IT documentation, ticketing and accounting system for small MSPs.
**Shipped version:** 2024.04.13~ynh1 **Shipped version:** 2024.04.19~ynh1
**Demo:** <https://demo.itflow.org/> **Demo:** <https://demo.itflow.org/>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
IT documentation, ticketing and accounting system for small MSPs. IT documentation, ticketing and accounting system for small MSPs.
**Paketatutako bertsioa:** 2024.04.13~ynh1 **Paketatutako bertsioa:** 2024.04.19~ynh1
**Demoa:** <https://demo.itflow.org/> **Demoa:** <https://demo.itflow.org/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Système de documentation, de billetterie et de comptabilité pour les petits MSP Système de documentation, de billetterie et de comptabilité pour les petits MSP
**Version incluse:** 2024.04.13~ynh1 **Version incluse:** 2024.04.19~ynh1
**Démo:** <https://demo.itflow.org/> **Démo:** <https://demo.itflow.org/>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
IT documentation, ticketing and accounting system for small MSPs. IT documentation, ticketing and accounting system for small MSPs.
**Versión proporcionada:** 2024.04.13~ynh1 **Versión proporcionada:** 2024.04.19~ynh1
**Demo:** <https://demo.itflow.org/> **Demo:** <https://demo.itflow.org/>

View file

@ -18,7 +18,7 @@
IT documentation, ticketing and accounting system for small MSPs. IT documentation, ticketing and accounting system for small MSPs.
**分发版本:** 2024.04.13~ynh1 **分发版本:** 2024.04.19~ynh1
**演示:** <https://demo.itflow.org/> **演示:** <https://demo.itflow.org/>

View file

@ -7,7 +7,7 @@ name = "ITFlow"
description.en = "IT documentation, ticketing and accounting system for small MSPs" description.en = "IT documentation, ticketing and accounting system for small MSPs"
description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP" description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP"
version = "2024.04.13~ynh1" version = "2024.04.19~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -48,8 +48,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/itflow-org/itflow/archive/c46d35247b3b08777f61d39cc2eb990c403ee24e.tar.gz" url = "https://github.com/itflow-org/itflow/archive/5f0068a64f536cbd13f1083164ed553cdc6f4749.tar.gz"
sha256 = "fa75dece1e4ffd7c154bd6ea38e8c7aba000aa3ea2daa84a8b94bc9e7df0e9bc" sha256 = "3b7570ed10ba32be9e44f07ba5ff3f52d753c5ba4c4ef258f7589a554c41673b"
autoupdate.upstream = "https://github.com/itflow-org/itflow" autoupdate.upstream = "https://github.com/itflow-org/itflow"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"

View file

@ -29,7 +29,7 @@ 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" #--keep="config.php" ynh_setup_source --dest_dir="$install_dir" # --full_replace=1 --keep="config.php"
fi fi
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"