Bug 27045 - bugzilla-tool has no way to save config w/o git
Summary: bugzilla-tool has no way to save config w/o git
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 14:52 PDT by Eric Seidel (no email)
Modified: 2010-01-04 02:48 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-07-07 14:52:13 PDT
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
Comment 1 Eric Seidel (no email) 2010-01-04 02:48:40 PST
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.