From d4504fb972d2729575dc8064f9c7906584d0b4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jun 2020 18:14:42 +0200 Subject: [PATCH] Add check_process --- check_process.default => check_process | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename check_process.default => check_process (93%) diff --git a/check_process.default b/check_process similarity index 93% rename from check_process.default rename to check_process index 97a2bc5..60c212c 100644 --- a/check_process.default +++ b/check_process @@ -7,11 +7,9 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin="john" (USER) language="fr" is_public=1 (PUBLIC|public=1|private=0) password="pass" - port="666" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 @@ -20,7 +18,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash + # New app, no upgrade. upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -37,4 +35,3 @@ Notification=none ; commit=CommitHash name=Name and date of the commit. manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& -