]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/pwclientrc
d7c1c321a36e16849945e9a9c51303dd7aa2dd17
[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 django_xmlrpc.views.handle_xmlrpc %}
8 project: {{ project.linkname }}
9 {% if user.is_authenticated %}
10 [auth]
11 user: {{ user.username }}
12 password: <add your patchwork password here>
13 {% endif %}