]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/pwclientrc
Fix user/username mismatch on pwclientrc template
[patchwork] / templates / patchwork / pwclientrc
1 # Sample .pwclientrc file for the {{ project.linkname }} project,
2 # running on {{ site.domain }}.
3 #
4 # Save this file to ~/.pwclientrc
5 #
6 [base]
7 url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
8 project: {{ project.linkname }}
9 {% if user.is_authenticated %}
10 # Adding authentication parameters will allow you to use the 'update'
11 # command on patches that you are allowed to edit.
12 [auth]
13 username: {{ user.username }}
14 password: <add your patchwork password here>
15 {% endif %}