From f70cbf952cc9362c94c15595ccbb8318b5688797 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 25 Oct 2023 20:34:06 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 173589f..4f54744 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT M * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 20627f9..ea896c6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -41,7 +41,6 @@ GLPI signifie Gestionnaire Libre de Parc Informatique. Il s'agit d'un progiciel * Site 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 : ## Informations pour les développeurs From 4ecc7ef45858c58843856f71d8a8e3e7d64fd61c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:13:32 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f54744..f80e8b0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT M * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ea896c6..0e7f06a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -41,6 +41,7 @@ GLPI signifie Gestionnaire Libre de Parc Informatique. Il s'agit d'un progiciel * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From d0b4222e157a4883de85f9c713e0e1267d65f232 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:05:00 +0100 Subject: [PATCH 3/3] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c42b300..17f650f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,7 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 fi chmod -R o-rwx "$install_dir"