diff --git a/metrics.py b/metrics.py index 16886a6c..8434d922 100755 --- a/metrics.py +++ b/metrics.py @@ -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[\d.]+)$'] = osclib.conf.DEFAULT[ - r'openSUSE:(?PLeap:(?P[\d.]+)(?::Ports)?)$'] + r'openSUSE:(?PLeap:(?P[\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