Bug 140547

Summary: webkit-patch should auto-install the keyring python module
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Tools / TestsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, glenn, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-01-16 10:45:22 PST
Every time I run webkit-patch it asks for my username / password. It never asks if it should save my username / password in the keychain.
I think the script should ask me if I want to save it and then do a "security add-internet-password ..." to store it in the keychain.

Note: I do not have the keyring python module installed.
Comment 1 Chris Dumez 2015-01-16 10:55:47 PST
Looks like a solution would be to auto-install the keyring module. webkit-patch seems to be working fine for me with the keyring module installed.
Comment 2 Chris Dumez 2015-01-16 11:19:16 PST
Created attachment 244776 [details]
Patch
Comment 3 David Kilzer (:ddkilzer) 2015-01-16 11:21:56 PST
Comment on attachment 244776 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-01-16 12:07:01 PST
Comment on attachment 244776 [details]
Patch

Clearing flags on attachment: 244776

Committed r178589: <http://trac.webkit.org/changeset/178589>
Comment 5 WebKit Commit Bot 2015-01-16 12:07:18 PST
All reviewed patches have been landed.  Closing bug.