diff --git a/check_process b/check_process index e2678ab..df53f79 100644 --- a/check_process +++ b/check_process @@ -1,22 +1,29 @@ ;; Test complet - auto_remove=1 ; Manifest domain="domain.tld" (DOMAIN) - is_public=1 (PUBLIC|public=1|private=0) + path="/path" (PATH) + admin="john" (USER) + admin_password="pass" ; Checks pkg_linter=1 - setup_sub_dir=0 + setup_sub_dir=1 setup_root=1 setup_nourl=0 - setup_private=1 setup_public=1 upgrade=1 - backup_restore=1 - multi_instance=0 - wrong_user=0 - wrong_path=1 - incorrect_path=0 - corrupt_source=0 - fail_download_source=0 + # upgrade=1 from_commit=CommitHash + backup_restore=0 + multi_instance=1 port_already_use=0 - final_path_already_use=0 + change_url=0 +;;; Levels + # If the level 5 (Package linter) is forced to 1. Please add justifications here. + Level 5=auto +;;; Options + Email= + Notification=none +;;; Upgrade options + ; 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& +