Age | Commit message (Collapse) | Author | Files |
|
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)
|
|
|
|
It is time to try it
|
|
Posting bugs should work (besides typos), now only reopening bugs
is missing.
|
|
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.
|