[opensuse-buildservice] Access to submitrequest status without number

Hello, I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number? -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

---------- Forwarded message ---------- From: Guido Berhoerster <guido+opensuse.org@berhoerster.name> Date: 2010/1/8 Subject: [opensuse-buildservice] Access to submitrequest status without number To: opensuse-buildservice@opensuse.org Hello, I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number? I don't with oficial client, but if you use MonoOSC, you have colaborate tool, with it you can see all request for an prj/pkg -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org -- Cordially. Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono... windows take you more($), Linux give you more!! Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Freitag 08 Januar 2010 schrieb Guido Berhoerster:
Hello,
I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number?
Try osc rq list -M -a, I just did: osc rq list -U gberh -a and it shows me two requests from you: one new and one accepted. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

* Stephan Kulow <coolo@suse.de> [2010-01-08 10:51]:
Try osc rq list -M -a, I just did: osc rq list -U gberh -a and it shows me two requests from you: one new and one accepted.
My client does not have the -a and -U options. I'm using $ osc --version 0.120 I suppose you are referring to a newer version? Thanks for the info though, I'l be more careful to note the numbers. -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Freitag 08 Januar 2010 schrieb Guido Berhoerster:
* Stephan Kulow <coolo@suse.de> [2010-01-08 10:51]:
Try osc rq list -M -a, I just did: osc rq list -U gberh -a and it shows me two requests from you: one new and one accepted.
My client does not have the -a and -U options. I'm using $ osc --version 0.120 I suppose you are referring to a newer version?
Yeah, I suggest you register to openSUSE:Tools Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 01/08/2010 11:36 AM, Guido Berhoerster wrote:
Hello,
I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number?
If the request still exists it can be accessed on line on your build service page under "my requsts" in the side panel otherwise if the branch has gone, it should have been accepted and you have to make a new branch and then transfer your revisions from your local copy, involves backing it up. A better way of submitting is to create a new project by linking to the original project instead of branching. Branched projects disappear when submitted and accepted. Regards Dave P -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Hi Dave, I have to talk back. To branch is the correct and wanted way. But you are able to define to wich project the branch should go. osc branch SOURCEPROJECT SOURCEPACKAGE TARGETPROJECT and I never lost my branch after sr got accepted this way. :) Kind Regards Chris Dave Plater schrieb:
On 01/08/2010 11:36 AM, Guido Berhoerster wrote:
Hello,
I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number?
If the request still exists it can be accessed on line on your build service page under "my requsts" in the side panel otherwise if the branch has gone, it should have been accepted and you have to make a new branch and then transfer your revisions from your local copy, involves backing it up. A better way of submitting is to create a new project by linking to the original project instead of branching. Branched projects disappear when submitted and accepted. Regards Dave P
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Freitag, 8. Januar 2010 17:22:59 schrieb Christian:
Hi Dave,
I have to talk back. To branch is the correct and wanted way. But you are able to define to wich project the branch should go. osc branch SOURCEPROJECT SOURCEPACKAGE TARGETPROJECT and I never lost my branch after sr got accepted this way. :)
You can specify if the cleanup shall run on accept or not when you create the submit request. ( --cleanup or --no-cleanup ) -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 01/08/2010 07:29 PM, Adrian Schröter wrote:
Am Freitag, 8. Januar 2010 17:22:59 schrieb Christian:
Hi Dave,
I have to talk back. To branch is the correct and wanted way. But you are able to define to wich project the branch should go. osc branch SOURCEPROJECT SOURCEPACKAGE TARGETPROJECT and I never lost my branch after sr got accepted this way. :)
You can specify if the cleanup shall run on accept or not when you create the submit request. ( --cleanup or --no-cleanup )
Thats something I shall remember in future, I assume that --cleanup is default? Regards Dave P -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 01/08/2010 06:22 PM, Christian wrote:
Hi Dave,
I have to talk back. To branch is the correct and wanted way. But you are able to define to wich project the branch should go. osc branch SOURCEPROJECT SOURCEPACKAGE TARGETPROJECT and I never lost my branch after sr got accepted this way. :)
Kind Regards Chris
Dave Plater schrieb:
On 01/08/2010 11:36 AM, Guido Berhoerster wrote:
Hello,
I have lost the number of a submitrequest to the server:mail project which was apparently declined (I can only see that my branch was deleted on January 5th), is there any way to access its status (ie. something equivalent to "osc request status ...") other than by its number?
If the request still exists it can be accessed on line on your build service page under "my requsts" in the side panel otherwise if the branch has gone, it should have been accepted and you have to make a new branch and then transfer your revisions from your local copy, involves backing it up. A better way of submitting is to create a new project by linking to the original project instead of branching. Branched projects disappear when submitted and accepted. Regards Dave P
Sorry I assumed that as you said your branch had disappeared, that wasn't what you wanted, AFAIK the project only disappears if the sr is accepted. Regards Dave P -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (6)
-
Adrian Schröter
-
Christian
-
Dave Plater
-
Guido Berhoerster
-
Petit Eric
-
Stephan Kulow