On 2007-03-27 13:08:23 +0200, Stanislav Brabec wrote: > Because I have a big problem with false failures in the Build Service, > which make nearly impossible to make complete rebuild of GNOME:UNSTABLE > and I already spent several hours by clicking to "trigger rebuild", > I wrote a simple script, which auto-triggers false failures. > > >From my experiments, it seems to be optimal to call this script every 30 > minutes or so. Longer period may cause repeated triggering of too many > dependent packages, shorter period may trigger packages, which not yet > properly updated its status.
your script is sadly a bit punishing for the buildservice. 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' > 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. > osc rebuildpac GNOME:UNSTABLE libxml++ i586 isnt the repository missing here? osc rebuildpac takes 4 args. > does not work, web interface does not work as well. maybe something for andreas to look into. :) but i thought we fixed it. please keep in mind it wont jump to the news state instantly sometimes. if the scheduler is busy it can take a few seconds. so be patient. last but not least adrian promised xen will be more stable now. so lets hope ;) hope this helps, darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
