Commit 3c24faaa authored by Kirill Smelkov's avatar Kirill Smelkov

isconf += .cfg.jinja2

Occured during Caucase.
parent 79c38fb3
...@@ -351,6 +351,7 @@ def isconf(url): ...@@ -351,6 +351,7 @@ def isconf(url):
url.endswith('.cfg') or \ url.endswith('.cfg') or \
url.endswith('.cfg.in') or \ url.endswith('.cfg.in') or \
url.endswith('.cnf.in') or \ url.endswith('.cnf.in') or \
url.endswith('.cfg.jinja2') or \
url.endswith('.cfg.jinja2.in') or \ url.endswith('.cfg.jinja2.in') or \
url.endswith('.jinja2.cfg') or \ url.endswith('.jinja2.cfg') or \
url.endswith('.jinja2.library') or \ url.endswith('.jinja2.library') or \
......
...@@ -49,6 +49,7 @@ def test_namever(url, nameok, verok): ...@@ -49,6 +49,7 @@ def test_namever(url, nameok, verok):
'xxx.cfg', 'xxx.cfg',
'xxx.cfg.in', 'xxx.cfg.in',
'xxx.cnf.in', 'xxx.cnf.in',
'xxx.cfg.jinja2',
'xxx.cfg.jinja2.in', 'xxx.cfg.jinja2.in',
'xxx.jinja2.cfg', 'xxx.jinja2.cfg',
'xxx.jinja2.library', 'xxx.jinja2.library',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment