1
0
Fork 0
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:
Jean-Baptiste 2018-04-25 19:25:54 +02:00 committed by GitHub
parent a2f37b8e27
commit da205f6a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@
admin="john" (USER) admin="john" (USER)
language="fr" language="fr"
is_public=1 (PUBLIC|public=1|private=0) is_public=1 (PUBLIC|public=1|private=0)
author="john" author="john" (USER)
password="pass" password="pass"
port="666" (PORT) port="666" (PORT)
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=1
@ -28,7 +28,7 @@
Level 2=auto Level 2=auto
Level 3=auto Level 3=auto
# Level 4: # Level 4:
Level 4=0 Level 4=1
# Level 5: # Level 5:
Level 5=auto Level 5=auto
Level 6=auto Level 6=auto