[opensuse-buildservice] how to find my own requests
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not. For example, how would I find 281054 or 281087? Right now one way would be "rq list -s accepted -t submit PRJ", which is way too verbose. And even wrong if the request is in a different state. Olaf -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wednesday 2015-01-14 13:15, Olaf Hering wrote:
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not.
osc rq -M -s new,review is what I use for everything that I consider pending. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, Jan 27, Jan Engelhardt wrote:
On Wednesday 2015-01-14 13:15, Olaf Hering wrote:
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not.
osc rq -M -s new,review
is what I use for everything that I consider pending.
Good. But that does not answer the question above ;-) Olaf -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Dienstag, 27. Januar 2015, 09:39:27 wrote Olaf Hering:
On Tue, Jan 27, Jan Engelhardt wrote:
On Wednesday 2015-01-14 13:15, Olaf Hering wrote:
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not.
osc rq -M -s new,review
is what I use for everything that I consider pending.
Good. But that does not answer the question above ;-)
If you really want to have all request which your created at some time, you can use this api call: # osc api "/request?user=adrianSuSE&roles=creator&view=collection" -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Dienstag, 27. Januar 2015, 09:46:36 wrote Adrian Schröter:
On Dienstag, 27. Januar 2015, 09:39:27 wrote Olaf Hering:
On Tue, Jan 27, Jan Engelhardt wrote:
On Wednesday 2015-01-14 13:15, Olaf Hering wrote:
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not.
osc rq -M -s new,review
is what I use for everything that I consider pending.
Good. But that does not answer the question above ;-)
If you really want to have all request which your created at some time, you can use this api call:
# osc api "/request?user=adrianSuSE&roles=creator&view=collection"
add states=new,review,declined for example for not processed requests, it will speed up the request also a lot. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Adrian Schröter <adrian@suse.de> writes:
On Dienstag, 27. Januar 2015, 09:46:36 wrote Adrian Schröter:
On Dienstag, 27. Januar 2015, 09:39:27 wrote Olaf Hering:
On Tue, Jan 27, Jan Engelhardt wrote:
On Wednesday 2015-01-14 13:15, Olaf Hering wrote:
I wonder how I would find requests created by myself? rq -h suggests that -M would do it, but appearently it does not.
osc rq -M -s new,review
is what I use for everything that I consider pending.
Good. But that does not answer the question above ;-)
If you really want to have all request which your created at some time, you can use this api call:
# osc api "/request?user=adrianSuSE&roles=creator&view=collection"
add states=new,review,declined for example for not processed requests, it will speed up the request also a lot.
But it only returns raw XML. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, Jan 27, Adrian Schröter wrote:
# osc api "/request?user=adrianSuSE&roles=creator&view=collection"
Thanks. But "obs rq -M" should do exactly that: -M, --mine only show requests created by yourself Olaf -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (4)
-
Adrian Schröter
-
Andreas Schwab
-
Jan Engelhardt
-
Olaf Hering