mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-07 16:04:03 +02:00
- follow the request order of the api (sorting according to priorization)
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user