1
0
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:
Adrian Schröter 2014-11-11 08:26:08 +01:00
parent 6ccf64fc2f
commit de702bb8ed
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -1,5 +1,6 @@
0.150 0.150
- add "osc api --edit" option to be able to edit some meta files directly - 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 0.149
- removed "--diff" option from the "createrequest" command - removed "--diff" option from the "createrequest" command

View File

@ -2150,7 +2150,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
print('No results') print('No results')
return 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'] days = opts.days or conf.config['request_list_days']
since = '' since = ''
try: try: