summaryrefslogtreecommitdiff
path: root/classes/tinderclient.bbclass
AgeCommit message (Collapse)AuthorFiles
2006-03-18classes/tinderclient.class:Holger Freyther1
-Exchange <--- and ---> to fix the tinderbox view -Add a new line to fix the tinderbox display for multiple providers.
2006-03-13classes/tinderclient.bbclass:Holger Freyther1
Use the MultipleProvider and NoProvider Event to create reports to the TinderBox. The message format can be improved now we at least know if a build failed due a missing provider
2006-03-08classes/tinderclient.bbclass: Send the nameHolger Freyther1
Send the name of the to be build packages. Now we can see what was intended to be build from within the log
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Disable sending of the environment as this somehow refuses to work from within a screen - dunno why -The lines of the log messages are ended with a new line no need to add another empty line.
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Have a none empty log messages when the build is completed otherwise the log is not transfered to the server. Now the build turns green :)
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
Be less verbose do not print the results for now. A proper fix/configurable one is pending.
2006-02-21classes/tinderclient.bbclass:Holger Freyther1
Redo the changes... they were magically lost. readlines is a sequence, we join them (we might need to remove the \n)
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
-Send the right messages to the TinderBox -Read the log from the logfiles and send it to the tinderbox -Add the wish for a more sane and more featurefill reporting (e.g. less data, less often)
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
-Save the assigned machine id to a file and restore it when needed. BitBake does not have a 'persistent' cache one could use across files... -Post the configuration directly to the server
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
Begin of the rewrite to support the tbox3 protocol
2005-08-03tinderclient.bbclass remove even more debugging stuffHolger Freyther1
2005-08-03openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Do not print that stuff... It was not meant to be pushed
2005-08-02To avoid further errors this is a manual copy of the currentJohn Bowler1
classes/tinderclient.bbclass (which includes the de-reverted change) from org.openembedded.dev
2005-07-30Reinstated freyther's patch which I inadvertently reverted during a spurious ↵Rod Whitby1
monotone merge :-(
2005-07-30openembedded/conf/tinder.conf:Holger Freyther1
-Document the TINDER_TZ Option. It can either be Europe/Berlin (no kidding) or a timedelty (e.g. +0200) openembedded/classes/tinderclient.bbclass: -Send timenow as UTC + TINDER_TZ offset -Parse and send starttime as time + UTC (either set TINDER_START with gmtime or use the most recent bitbake from trunk for having BUILDSTART as UTC time)
2005-07-30openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Use spaces only, no more tabs to avoid issues with python and level of indention
2005-07-27openembedded/classes/tinderclient.bbclass:Holger Freyther1
-No reason to include 'make' from bb. Specially as it was removed some time ago...
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-A beginning new line... makes process_builds... thanks to mithro...
2005-07-26classes/tinderclient.bbclass:Holger Freyther1
-Make the other part of this class work (finish the bb.data -> data. work)
2005-07-26openembedded/tinderclient/tinderclient.bbclass:Holger Freyther1
-event.data -> data in tinder_send_email -implement HTTP post (untested) set TINDER_SENDLOG to 'http' set TINDER_HOST to ewi....nl set TINDER_URL to /OE_qa/cgi-bin/process_builds.cgi
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Prepare the way for HTTP post
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-s/base_/tinder_/
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Use the BUILDSTART as the starttime for the tinderbox. In every none malicious bbfile this variable should have the same time.
2005-07-24classes/tinderclient.bbclass:Holger Freyther1
-Fix indention of the final report mail. Now success or failure should be mail to the tinderbox.
2005-07-23classes/tinderclient.bbclass:Holger Freyther1
-setting and reading make.cfg can not work conf/tinder.conf: -set TINDER_START there for now...
2005-07-23TinderClient.bbclass:Holger Freyther1
-Add a TINDER_SUBJECT field, mails will carry that subject tinder.conf: -Mention TINDER_TREE and TINDER_SUBJECT. Without TINDER_TREE the tinderbox will not know how to associate your report.
2005-07-23openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Fix spacing and imports now we can test the tinderclient
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2005-06-22Tinder Client BBClass:Holger Freyther1
turn OE into a tinderclient on its own. One can make any oe build send tinder reports to a tinderbox. BKrev: 42b9e243QjUOC_fqMR_9oUZFtmCf9Q