Bug 27045
Summary: | bugzilla-tool has no way to save config w/o git | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, dbates, ddkilzer, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
bugzilla-tool has no way to save config w/o git
We need to either save cookies after authentication, or find some way to store bugzilla login and password like we do with "git config" for git users.
mechanize has ways to store cookies as text:
http://wwwsearch.sourceforge.net/mechanize/doc.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This sorta works for svn, but not quite as nice as git because SVN doesn't handle the multi-username case well. But I think it works well enough for our purposes.