[Bug 4475] RFE: print log URL to console
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Aug 4 17:48:56 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4475
--- Comment #1 from Jeremy Lainé <jeremy.laine at bolloretelecom.eu> 2008-08-04 19:48:56 ---
Is this a "just wondering whether it's possible" question or do you
have an actual use for this feature? Could you give an example use case?
At the moment, the oestats client has no knowledge of the IDs on the
server side (except for the build ID) nor the URLs at which you can
browse reports. You can get an idea of how things work by looking at this file:
http://svn.bolloretelecom.eu/opensource/trunk/python-oestats/oestats/views.py
Look for the 3 HttpResponse() calls in builds(), these correspond to
responses to oestats-client.bbclass requests:
builds(): when a new build is started => return the ID
build(): when a build is completed, to update the status => return "OK"
tasks(): when a report for a task is received => return "OK"
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list