]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/pwclientrc
templates: display projects as inline-block elements
[patchwork] / templates / patchwork / pwclientrc
index 79a0f3b6b776c6a214fbb45dda985f1ddf2d045e..436a28b8da2df27a2806217b8ee4477bb4cd7ba4 100644 (file)
@@ -4,11 +4,12 @@
 # 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'
+# command on patches that you are allowed to edit.
 [auth]
-user: {{ user.username }}
+username: {{ user.username }}
 password: <add your patchwork password here>
 {% endif %}