]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/pwclientrc
Use patchwork xmlrpc view in 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
10 {% if user.is_authenticated %}
11 [auth]
12 user: {{ user.username }}
13 password: <add your patchwork password here>
14 {% endif %}