mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update checkprocess
This commit is contained in:
parent
29da503830
commit
46afca25ae
2 changed files with 11 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
;; General
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/_matrix/static/"
|
|
||||||
is_free_registration=1
|
|
||||||
server_name="domain.tld"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=0
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=0
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
upgrade=1 from_commit=0a485e0d6bcd14392b9203b3b27e7e1a7ba21d19
|
|
||||||
upgrade=1 from_commit=6af39e6e086e70e2063eb8f63c48a1e4a597300d
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=0
|
|
||||||
incorrect_path=0
|
|
||||||
port_already_use=1 (8448)
|
|
||||||
change_url=0
|
|
||||||
;;; Levels
|
|
||||||
Level 5=auto
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=0a485e0d6bcd14392b9203b3b27e7e1a7ba21d19
|
|
||||||
name=Before permission implementation (branch old_version_for_CI_4)
|
|
||||||
; commit=6af39e6e086e70e2063eb8f63c48a1e4a597300d
|
|
||||||
name=Before app user creation
|
|
11
tests.toml
Normal file
11
tests.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||||
|
|
||||||
|
test_format = 1.0
|
||||||
|
|
||||||
|
[default]
|
||||||
|
|
||||||
|
test_upgrade_from.0a485e0d6bcd14392b9203b3b27e7e1a7ba21d19.name = "Before permission implementation (branch old_version_for_CI_4)"
|
||||||
|
|
||||||
|
test_upgrade_from.6af39e6e086e70e2063eb8f63c48a1e4a597300d.name = "Before app user creation"
|
||||||
|
|
||||||
|
test_upgrade_from.10bff828970ee034812a1114bedb3e7740517ad2.name = "Before packaging v2"
|
Loading…
Reference in a new issue