mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-09 22:36:14 +01:00
- use "group:" prefix instead of "group/" like in other commands
This commit is contained in:
parent
95cfc2b96c
commit
6886a0d58c
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
0.152
|
||||
- support buildtime source services
|
||||
- add support searching for groups via "group:" prefix
|
||||
|
||||
0.151
|
||||
- fixed shell command injection via crafted _service files (CVE-2015-0778)
|
||||
- fix times when data comes from OBS backend
|
||||
|
@ -6746,7 +6746,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# role filter
|
||||
role_filter = ''
|
||||
if opts.bugowner or opts.maintainer or opts.involved:
|
||||
tmp = search_term.split('/')
|
||||
tmp = search_term.split(':')
|
||||
if len(tmp) > 1:
|
||||
search_type, search_term = [tmp[0], tmp[1]]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user