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