1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

- fix search of requests "I" created. fixes obs#1002

This is using the request collection api call now instead of xpath query.
More searches should be adapted similar most likely.

"osc my sr" is not a good name for this since it is not limited to
submit actions. But "osc my rq" is used for incoming requests.
This commit is contained in:
2015-07-29 11:05:05 +02:00
parent 083f23f77b
commit f7cfe4cdc8
3 changed files with 25 additions and 2 deletions

1
NEWS
View File

@@ -1,4 +1,5 @@
0.153
- "my sr" is using the server side request collection to get right results
OBS 2.7 only:
- add "addchannels" and "enablechannel" commands
- support new package instances on branching when using -N parameter