Changes between Version 6 and Version 7 of DeveloperTips


Ignore:
Timestamp:
Jul 17, 2020 1:06:15 PM (4 years ago)
Author:
Michael Catanzaro
Comment:

trac is not markdown

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperTips

    v6 v7  
    2929use the following command:
    3030
    31 ```security add-internet-password -r http -s bugs.webkit.org -a name@email.com -w supersecurepassword```
     31`security add-internet-password -r http -s bugs.webkit.org -a name@email.com -w supersecurepassword`
    3232
    3333=== Configuring Authentication: Linux ===
     
    3535On Linux, it is highly recommended to install python3-secretstorage before using webkit-patch. Otherwise, python-keyring will store your password in a strange location instead of using the system keyring. Furthermore, webkit-patch will only remember your username if you manually store it in your local git config:
    3636
    37 ```git config bugzilla.username name@email.com```
     37`git config bugzilla.username name@email.com`