Merge pull request #456 from lnussel/master

add locking options for SLE
This commit is contained in:
Ludwig Nussel 2016-02-01 16:44:02 +01:00
commit 3eee30f434
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

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