add locking options for SLE

This commit is contained in:
Ludwig Nussel 2016-02-01 16:35:59 +01:00
parent 58def4a352
commit 322a41b465

View File

@ -51,8 +51,8 @@ DEFAULT = {
'rebuild': None, 'rebuild': None,
'product': None, 'product': None,
'openqa': None, 'openqa': None,
'lock': None, 'lock': 'SUSE:%(project)s:Staging',
'lock-ns': 'OBS', 'lock-ns': 'SUSE',
}, },
} }