1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Merge branch 'testing' into version-2

This commit is contained in:
Éric Gaspar 2023-06-06 22:00:33 +02:00
commit 453ad12b65
6 changed files with 19 additions and 14 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc.).
**Shipped version:** 17.0.0~ynh1
**Shipped version:** 17.0.1~ynh1
**Demo:** https://www.dolibarr.org/onlinedemo

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.).
**Version incluse :** 17.0.0~ynh1
**Version incluse :** 17.0.1~ynh1
**Démo :** https://www.dolibarr.org/onlinedemo

View file

@ -164,12 +164,17 @@ EOF
ynh_exec_fully_quiet sleep 5
pushd $install_dir/htdocs/install/
if php$phpversion upgrade.php $current_version $next_version > /var/log/$app/upgrade.html; then
ynh_print_info --message="Step 1 upgrading ended successfully"
else
ynh_die --message="Step 1 upgrading ended with error"
fi
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
pushd $final_path/htdocs/install/
if php$phpversion upgrade.php $current_version $next_version > /var/log/$app/upgrade.html; then
ynh_print_info --message="Step 1 upgrading ended successfully"
else
ynh_die --message="Step 1 upgrading ended with error"
fi
ynh_exec_fully_quiet sleep 5

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Target version of the Dolibarr update
next_version="16.0.4"
next_version="16.0.5"
# Dolibarr tarball checksum
dolibarr_source_sha256="4C0DA72974DB97E1956CB4A2ABCBFC7777B08E2AB5C1CD4A7C758DF081A4DEE4"
dolibarr_source_sha256="C8298342558E62B955A6F4C01FEDB6A187B2E0C0B2C1681A97158CA979F9304F"

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Target version of the Dolibarr update
next_version="17.0.0"
next_version="17.0.1"
# Dolibarr tarball checksum
dolibarr_source_sha256="30246f1e3eaad21ed6caf32bd261aee0e4b2faa1745c3431ecb39e9da5928d40"
dolibarr_source_sha256="2EDDD545C07EAE291AD46E48AB55D3ADB988D99C29A8DFAA2E2FDE0A890B0DDC"

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Target version of the Dolibarr update
next_version="17.0.0"
next_version="17.0.1"
# Dolibarr tarball checksum
dolibarr_source_sha256="30246f1e3eaad21ed6caf32bd261aee0e4b2faa1745c3431ecb39e9da5928d40"
dolibarr_source_sha256="2EDDD545C07EAE291AD46E48AB55D3ADB988D99C29A8DFAA2E2FDE0A890B0DDC"