Age | Commit message (Collapse) | Author | Files |
|
-Properly quote the PR, PV and such.
-Log communication with the bugzilla to a log file for inspection.
|
|
|
|
|
|
Do not error out on python2.5 when splitting the url. We had
an empty key and a none value.
If there was no output file, do not error. This check is the same
as in tinderclient.bbclass
|
|
OE's bugtracker has different classes for the buglist. I try hard
to parse them all. All severities should be handled.
|
|
of using comments
The limit of comments is too low. Use attachments to work around this
issue. Also start using HTTP post to avoid really long URLs. They lead
to a pipe error.
To post we use a MultiPartPoster which is licensed LGPL and can be freely
downloaded. You need to put it into the PYTHONPATH
Add a new variable for creating attachments and document it.
|
|
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.
|