nvchecker: add openldap
This commit is contained in:
parent
c5a8ac454c
commit
1e96829c89
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ gitlab = "davical-project/awl"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "r"
|
prefix = "r"
|
||||||
|
|
||||||
|
[openldap]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "openldap/openldap"
|
||||||
|
host = "git.openldap.org"
|
||||||
|
use_max_tag = true
|
||||||
|
from_pattern = 'OPENLDAP_REL_ENG_(\d+)_(\d+)_(\d+)'
|
||||||
|
to_pattern = '\1.\2.\3'
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
[python-pglast]
|
[python-pglast]
|
||||||
|
|
Loading…
Reference in a new issue