From 275d53e077745dc5c0b4445aeb7417637a82d7f4 Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:35:41 +0100 Subject: [PATCH 1/4] Update to 16.0.1 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/install | 13 +++++++++++++ scripts/upgrade.d/upgrade.last.sh | 4 ++-- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 547b773..eb3f6c8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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:** 16.0.0~ynh1 +**Shipped version:** 16.0.1~ynh1 **Demo:** https://www.dolibarr.org/onlinedemo diff --git a/README_fr.md b/README_fr.md index d9fdedd..2a4a565 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 16.0.0~ynh1 +**Version incluse :** 16.0.1~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo diff --git a/manifest.json b/manifest.json index 51da709..31045d5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage the various aspects of your business or association", "fr": "Gérez les différents aspects de votre activité pro ou associative" }, - "version": "16.0.0~ynh1", + "version": "16.0.1~ynh1", "url": "https://www.dolibarr.org/", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/install b/scripts/install index 996d4a3..e5d472a 100644 --- a/scripts/install +++ b/scripts/install @@ -85,6 +85,19 @@ ynh_mysql_execute_as_root --sql="ALTER DATABASE $db_name charset=utf8" #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 + +# Load the last available version +source upgrade.d/upgrade.last.sh + +# Create an app.src for the last version of nextcloud +cat > ../conf/app.src << EOF +SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/$next_version.tar.gz +SOURCE_SUM=$dolibarr_source_sha256 +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.bz2 +SOURCE_IN_SUBDIR=true +EOF + ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index d3ff37a..f7a8a92 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Target version of the Dolibarr update -next_version="16.0.0" +next_version="16.0.1" # Dolibarr tarball checksum -dolibarr_source_sha256="76a642d74cd3e4fe86fdeccffacd0fa2b22a398dc03e7ad92edb34d033b17b2f" \ No newline at end of file +dolibarr_source_sha256="f3614cf7b08c80d1aed4ebe0434008b2b03867d12b85df45b682c217ecb16573" \ No newline at end of file From 0f82280d230089e7f6793e42f3d99ff83904942d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 7 Nov 2022 22:49:57 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 1 - README_fr.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eb3f6c8..a8c7d98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Dolibarr ERP & CRM is a modern software for managing your professional or associ **Shipped version:** 16.0.1~ynh1 - **Demo:** https://www.dolibarr.org/onlinedemo ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2a4a565..f5af49f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 16.0.1~ynh1 - +**Version incluse :** 16.0.1~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo From ef9ab541f03fc7b080f255f83179b3ae08e7505d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Dec 2022 21:53:41 +0000 Subject: [PATCH 3/4] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 9175f22..db038ca 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 16.0.3~ynh1 +**Version incluse :** 16.0.3~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo From 172f0976cbaf63cd865e003536dd4c58f98c330f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 Mar 2023 18:27:22 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 3 ++- README_fr.md | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 71d5e32..8c5427b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Dolibarr for YunoHost -[![Integration level](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/dolibarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/dolibarr.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/dolibarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/dolibarr.maintain.svg) + [![Install Dolibarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dolibarr) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 5f2fe2a..9c33cee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,32 +5,33 @@ It shall NOT be edited by hand. # Dolibarr pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dolibarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dolibarr.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dolibarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dolibarr.maintain.svg) + [![Installer Dolibarr avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dolibarr) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Dolibarr rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Dolibarr rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 16.0.4~ynh1 +**Version incluse :** 16.0.4~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo -## Captures d'écran +## Captures d’écran -![Capture d'écran de Dolibarr](./doc/screenshots/screenshot.jpg) +![Capture d’écran de Dolibarr](./doc/screenshots/screenshot.jpg) ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -46,4 +47,4 @@ ou sudo yunohost app upgrade dolibarr -u https://github.com/YunoHost-Apps/dolibarr_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file