conf: given default value to delreq_review

This commit is contained in:
Max Lin 2017-10-02 20:14:31 +08:00
parent a3061818c1
commit 078949df7f

View File

@ -60,6 +60,7 @@ DEFAULT = {
'openqa': 'https://openqa.opensuse.org',
'lock': 'openSUSE:%(project)s:Staging',
'lock-ns': 'openSUSE',
'delreq-review': None,
},
r'SUSE:(?P<project>SLE-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<project>.*$)': {
'staging': 'SUSE:%(project)s:Staging',
@ -88,6 +90,7 @@ DEFAULT = {
'lock': 'SUSE:%(project)s:Staging',
'lock-ns': 'SUSE',
'remote-config': False,
'delreq-review': None,
},
}