mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 13:31:48 +01:00
- follow the request order of the api (sorting according to priorization)
This commit is contained in:
parent
6ccf64fc2f
commit
de702bb8ed
1
NEWS
1
NEWS
@ -1,5 +1,6 @@
|
||||
0.150
|
||||
- add "osc api --edit" option to be able to edit some meta files directly
|
||||
- follow the request order of the api (sorting according to priorization)
|
||||
|
||||
0.149
|
||||
- removed "--diff" option from the "createrequest" command
|
||||
|
@ -2150,7 +2150,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
print('No results')
|
||||
return
|
||||
|
||||
results.sort(reverse=True)
|
||||
# we must not sort the results here, since the api is doing it already "the right way"
|
||||
days = opts.days or conf.config['request_list_days']
|
||||
since = ''
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user