conf: given default value to main_repo

This commit is contained in:
Max Lin 2017-10-02 20:49:41 +08:00
parent 167e744c4d
commit a871cd2d25

View File

@ -61,6 +61,7 @@ DEFAULT = {
'lock': 'openSUSE:%(project)s:Staging', 'lock': 'openSUSE:%(project)s:Staging',
'lock-ns': 'openSUSE', 'lock-ns': 'openSUSE',
'delreq-review': None, 'delreq-review': None,
'main-repo': 'standard',
}, },
r'SUSE:(?P<project>SLE-15.*$)': { r'SUSE:(?P<project>SLE-15.*$)': {
'staging': 'SUSE:%(project)s:Staging', 'staging': 'SUSE:%(project)s:Staging',
@ -75,6 +76,7 @@ DEFAULT = {
'lock': 'SUSE:%(project)s:Staging', 'lock': 'SUSE:%(project)s:Staging',
'lock-ns': 'SUSE', 'lock-ns': 'SUSE',
'delreq-review': None, 'delreq-review': None,
'main-repo': 'standard',
}, },
r'SUSE:(?P<project>.*$)': { r'SUSE:(?P<project>.*$)': {
'staging': 'SUSE:%(project)s:Staging', 'staging': 'SUSE:%(project)s:Staging',
@ -91,6 +93,7 @@ DEFAULT = {
'lock-ns': 'SUSE', 'lock-ns': 'SUSE',
'remote-config': False, 'remote-config': False,
'delreq-review': None, 'delreq-review': None,
'main-repo': 'standard',
}, },
} }