summaryrefslogtreecommitdiffstats
path: root/templates/patchwork
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2010-03-19 15:56:04 +0800
committerJeremy Kerr <jk@ozlabs.org>2010-03-19 16:17:27 +0800
commit6fa81606a78f3dcc3160c0117be378bb861b1ded (patch)
tree1baaa1fbf37778799ac4211b0993c49990c80fca /templates/patchwork
parentd9552d03e981f1164856fc57e43dde9bdb1bf3d9 (diff)
downloadpatchwork-6fa81606a78f3dcc3160c0117be378bb861b1ded.tar.bz2
patchwork-6fa81606a78f3dcc3160c0117be378bb861b1ded.tar.xz
views: Use request scheme in sample pwclientrc file.
Adapt the pwclientrc file to suit the current scheme in use. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/patchwork')
-rw-r--r--templates/patchwork/pwclientrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
index 5fb1f47..c932b11 100644
--- a/templates/patchwork/pwclientrc
+++ b/templates/patchwork/pwclientrc
@@ -4,7 +4,7 @@
# Save this file to ~/.pwclientrc
#
[base]
-url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
+url: {{scheme}}://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
project: {{ project.linkname }}
{% if user.is_authenticated %}
# Adding authentication parameters will allow you to use the 'update'