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