Merge pull request #456 from lnussel/master
add locking options for SLE
This commit is contained in:
commit
3eee30f434
@ -85,6 +85,8 @@ def _full_project_name(self, project):
|
||||
def do_staging(self, subcmd, opts, *args):
|
||||
"""${cmd_name}: Commands to work with staging projects
|
||||
|
||||
${cmd_option_list}
|
||||
|
||||
"accept" will accept all requests in
|
||||
openSUSE:Factory:Staging:<LETTER> (into Factory)
|
||||
|
||||
|
@ -51,8 +51,8 @@ DEFAULT = {
|
||||
'rebuild': None,
|
||||
'product': None,
|
||||
'openqa': None,
|
||||
'lock': None,
|
||||
'lock-ns': 'OBS',
|
||||
'lock': 'SUSE:%(project)s:Staging',
|
||||
'lock-ns': 'SUSE',
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user