Mailinglist Archive: opensuse-packaging (138 mails)
| < Previous | Next > |
Re: [opensuse-packaging] trigger_false_failures
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Tue, 27 Mar 2007 15:32:13 +0200
- Message-id: <20070327133213.GA29160@xxxxxxx>
On Tue, Mar 27, 2007 at 03:16:02PM +0200, Marcus Rueckert wrote:
> the smarter solution:
> $ echo "machine api.opensuse.org login <username> password <yourpass>" >> ~/.netrc
> $ chmod 0600 ~/.netrc
> $ curl -n -X POST -d '' 'https://api.opensuse.org/build/GNOME:UNSTABLE?cmd=rebuild&code=failed'
curl -n https://api.opensuse.org/build/GNOME:UNSTABLE -d cmd=rebuild -d code=failed
> > Note: I am not able to trigger packages with "+" in name in any way (nor
> > via). It seems to be a bug of Build Service, e. g.:
>
> the '+' should be fixed since ages.
Maybe it's fixed in the frontend, but osc doesn't escape the '+'?
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
> the smarter solution:
> $ echo "machine api.opensuse.org login <username> password <yourpass>" >> ~/.netrc
> $ chmod 0600 ~/.netrc
> $ curl -n -X POST -d '' 'https://api.opensuse.org/build/GNOME:UNSTABLE?cmd=rebuild&code=failed'
curl -n https://api.opensuse.org/build/GNOME:UNSTABLE -d cmd=rebuild -d code=failed
> > Note: I am not able to trigger packages with "+" in name in any way (nor
> > via). It seems to be a bug of Build Service, e. g.:
>
> the '+' should be fixed since ages.
Maybe it's fixed in the frontend, but osc doesn't escape the '+'?
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |