]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/pwclientrc
Make pwclient visible thorugh site, and add .pwclientrc infrastructure
[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 %}