mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs_upstream_history.py: fix set_regexes function
REGEX, REGEX_URI and GITTAGREGEX are replaced by UPSTREAM_CHECK_REGEX, UPSTREAM_CHECK_URI and UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
c47e2af5d1
commit
5cfdfdca8b
|
@ -47,7 +47,7 @@ def set_regexes(d):
|
|||
one set it.
|
||||
"""
|
||||
|
||||
variables = ('REGEX', 'REGEX_URI', 'GITTAGREGEX')
|
||||
variables = ('UPSTREAM_CHECK_REGEX', 'UPSTREAM_CHECK_URI', 'UPSTREAM_CHECK_GITTAGREGEX')
|
||||
|
||||
if any(d.getVar(var, True) for var in variables):
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user