mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
- fixed osc branch --develproject (the API calls it 'ignoredevel' instead of 'nodevelproject')
This commit is contained in:
parent
2e4570ebab
commit
6dc5498015
@ -2476,7 +2476,7 @@ def branch_pkg(apiurl, src_project, src_package, nodevelproject=False, rev=None)
|
||||
"""
|
||||
query = { 'cmd': 'branch' }
|
||||
if nodevelproject:
|
||||
query['nodevelproject'] = '1'
|
||||
query['ignoredevel'] = '1'
|
||||
if rev:
|
||||
query['rev'] = rev
|
||||
u = makeurl(conf.config['apiurl'],
|
||||
|
Loading…
Reference in New Issue
Block a user