metrics: sync config key with recent Leap changes.
This commit is contained in:
parent
1abca4088a
commit
2df0813d36
@ -28,7 +28,7 @@ Point = namedtuple('Point', ['measurement', 'tags', 'fields', 'time', 'delta'])
|
||||
# Duplicate Leap config to handle 13.2 without issue.
|
||||
osclib.conf.DEFAULT[
|
||||
r'openSUSE:(?P<project>[\d.]+)$'] = osclib.conf.DEFAULT[
|
||||
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+)(?::Ports)?)$']
|
||||
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+))(?::NonFree)?$']
|
||||
|
||||
# Provide osc.core.get_request_list() that swaps out search() implementation to
|
||||
# capture the generated query, paginate over and yield each request to avoid
|
||||
|
Loading…
x
Reference in New Issue
Block a user