summaryrefslogtreecommitdiff
path: root/classes/seppuku.bbclass
AgeCommit message (Collapse)AuthorFiles
2007-03-07classes/seppuku.bbclass: Make it almost workHolger Freyther1
This class can find the broken bug, reopen it, or leave it open. There is some issue with sending the logfile to the server, the url itself is correct, when opened in a browser the right thing happens but not from within python *sigh* need a working tcpdump to look into this (which means I will continue tomorrow)
2007-03-06conf/documentation.conf: Document the keys influencing seppuku.bbclassHolger Freyther1
2007-03-06classes/seppuku.bbclass: This could be feature complete nowHolger Freyther1
It is time to try it
2007-03-06classes/seppuku.bbclass: Add the BugQuery code, add code to post a bugHolger Freyther1
Posting bugs should work (besides typos), now only reopening bugs is missing.
2007-03-06classes/seppuku.bbclass: Add a class which might report build issues to a ↵Holger Freyther1
bugzilla directly Start adding seppuku. It listens to TaskFailed and NoProvider failures logs into a bugzilla and calls empty stubs to find a bug report. We use the urllib2 and cookielib from python2.4 to handle the session cookie for us automatically. This library is sadly not present in python2.3 but it eases my life. The old BugZilla installed at OpenMoko has no support for listing the bug report as csv or xml file, this will force me to parse the HTML which I will do for now. This assumes that only one bug report with the exact name can exist.