aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-06-01 15:00:11 +0800
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-06-06 11:25:46 +1200
commit5cfdfdca8b9200b5a6e4aa14661b14059a799310 (patch)
tree38db08093abe1f6298716943b509ed70f254a498
parentc47e2af5d17022d92533076b9c11504acb80945c (diff)
downloadopenembedded-core-contrib-5cfdfdca8b9200b5a6e4aa14661b14059a799310.tar.gz
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>
-rwxr-xr-xrrs/tools/rrs_upstream_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrs/tools/rrs_upstream_history.py b/rrs/tools/rrs_upstream_history.py
index ce60d8f5a4..cf4b8d7fa9 100755
--- a/rrs/tools/rrs_upstream_history.py
+++ b/rrs/tools/rrs_upstream_history.py
@@ -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