From 078949df7fb7eec913ae77eb6b6f3ae5329bab0f Mon Sep 17 00:00:00 2001 From: Max Lin Date: Mon, 2 Oct 2017 20:14:31 +0800 Subject: [PATCH] conf: given default value to delreq_review --- osclib/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osclib/conf.py b/osclib/conf.py index 1025b4b1..9409287c 100644 --- a/osclib/conf.py +++ b/osclib/conf.py @@ -60,6 +60,7 @@ DEFAULT = { 'openqa': 'https://openqa.opensuse.org', 'lock': 'openSUSE:%(project)s:Staging', 'lock-ns': 'openSUSE', + 'delreq-review': None, }, r'SUSE:(?PSLE-15.*$)': { 'staging': 'SUSE:%(project)s:Staging', @@ -73,6 +74,7 @@ DEFAULT = { 'openqa': None, 'lock': 'SUSE:%(project)s:Staging', 'lock-ns': 'SUSE', + 'delreq-review': None, }, r'SUSE:(?P.*$)': { 'staging': 'SUSE:%(project)s:Staging', @@ -88,6 +90,7 @@ DEFAULT = { 'lock': 'SUSE:%(project)s:Staging', 'lock-ns': 'SUSE', 'remote-config': False, + 'delreq-review': None, }, }