mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Improve check_process (level 4, author=user)
hi, we should force level 4 since LDAP integration doesn't make sense for this app (no need to deny level 4 or more) add the "author" field as "USER", in hope it enables the tests to run.
This commit is contained in:
parent
a2f37b8e27
commit
da205f6a31
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
admin="john" (USER)
|
||||
language="fr"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
author="john"
|
||||
password="pass"
|
||||
port="666" (PORT)
|
||||
author="john" (USER)
|
||||
password="pass"
|
||||
port="666" (PORT)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -28,7 +28,7 @@
|
|||
Level 2=auto
|
||||
Level 3=auto
|
||||
# Level 4:
|
||||
Level 4=0
|
||||
Level 4=1
|
||||
# Level 5:
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
|
|
Loading…
Add table
Reference in a new issue