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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
