From 531e583c0be5f94249cd72ac1efe725ad925410c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:18:42 +0100 Subject: [PATCH] fix --- check_process | 24 ------------------------ manifest.toml | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100755 check_process diff --git a/check_process b/check_process deleted file mode 100755 index 83511c1..0000000 --- a/check_process +++ /dev/null @@ -1,24 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=258c87b605e67719938fc3c9d08aec369485d7d2 - backup_restore=1 - multi_instance=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=258c87b605e67719938fc3c9d08aec369485d7d2 - name=Merge pull request #14 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/manifest.toml b/manifest.toml index f12b273..0b5aa59 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Focalboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "7.7.0~ynh1" +version = "7.9.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ userdoc = "https://www.focalboard.com/guide/user/" code = "https://github.com/mattermost/focalboard" [integration] -yunohost = ">= 11.1.12" +yunohost = ">= 11.1.13" architectures = ["amd64"] multi_instance = false ldap = false