Hi, >From: [email protected] >[mailto:[email protected]] On >Behalf Of Wu, Yanping > >This issue happens again, can anyone help?
Yes, seems core OBS API is down once again. (Seems since around Fri Aug 19 00:46:56 UTC 2011) You can check this yourself easily: meego:/tmp# if curl -s "https://api.meego.com/public/lastevents?start=$(echo $(( $(curl -s https://api.meego.com/public/lastevents | cut -f2 -d'"') - 10 )))" | grep -q "remote error"; then echo Public API down; else echo Public API up; fi Public API up This snippet courtesy of David: https://bugs.meego.com/show_bug.cgi?id=22134#c5 I'll be filing a new bug as 22134 basically revolved around the weekend downtimes. Regarding those there should have been an attempt to fix them (see recent mailing list posting by Andrew(?)) and we should find out tomorrow if it was successful. Cheers Thomas _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
