]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/pwclientrc
tox: Add tox.ini file
[patchwork] / templates / patchwork / pwclientrc
1 # Sample .pwclientrc file for the {{ project.linkname }} project,
2 # running on {{ site.domain }}.
3 #
4 # Just append this file to your existing ~/.pwclientrc
5 # If you do not already have a ~/.pwclientrc, then copy this file to
6 # ~/.pwclientrc, and uncomment the following two lines:
7 # [options]
8 # default={{ project.linkname }}
9
10 [{{ project.linkname }}]
11 url= {{scheme}}://{{site.domain}}{% url 'patchwork.views.xmlrpc.xmlrpc' %}
12 {% if user.is_authenticated %}
13 username: {{ user.username }}
14 password: <add your patchwork password here>
15 {% endif %}