summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-08 13:07:25 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-08 13:07:25 +1000
commit90d53c717d5d704da284cfa3b1484c11bd6c0bb1 (patch)
treeb2acb4ad7b9366140fe66c154eeaa8d7b88ab192 /templates/patchwork/pwclientrc
parentdf3a4a384564577d6941713944e97118d43a8268 (diff)
downloadpatchwork-90d53c717d5d704da284cfa3b1484c11bd6c0bb1.tar.bz2
patchwork-90d53c717d5d704da284cfa3b1484c11bd6c0bb1.tar.xz
Make pwclient visible thorugh site, and add .pwclientrc infrastructure
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/patchwork/pwclientrc')
-rw-r--r--templates/patchwork/pwclientrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
index d7c1c32..7aaf346 100644
--- a/templates/patchwork/pwclientrc
+++ b/templates/patchwork/pwclientrc
@@ -6,8 +6,10 @@
[base]
url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
project: {{ project.linkname }}
+{% comment %}
{% if user.is_authenticated %}
[auth]
user: {{ user.username }}
password: <add your patchwork password here>
{% endif %}
+{% endcomment %}