summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/pwclientrc')
-rw-r--r--templates/patchwork/pwclientrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
new file mode 100644
index 0000000..d7c1c32
--- /dev/null
+++ b/templates/patchwork/pwclientrc
@@ -0,0 +1,13 @@
+# Sample .pwclientrc file for the {{ project.linkname }} project,
+# running on {{ site.domain }}.
+#
+# Save this file to ~/.pwclientrc
+#
+[base]
+url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
+project: {{ project.linkname }}
+{% if user.is_authenticated %}
+[auth]
+user: {{ user.username }}
+password: <add your patchwork password here>
+{% endif %}