From 2df0813d36d4cf732466fdc968a161b2b6f4672a Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Wed, 28 Nov 2018 18:47:45 -0600 Subject: [PATCH] metrics: sync config key with recent Leap changes. --- metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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