]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/pwclientrc
Fix user/username mismatch on pwclientrc template
[patchwork] / templates / patchwork / pwclientrc
index 7aaf34630b68d577921935658420e14bc490520b..5fb1f47b65e3ba0696dfa375f94c731137c24667 100644 (file)
@@ -4,12 +4,12 @@
 # Save this file to ~/.pwclientrc
 #
 [base]
-url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
+url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
 project: {{ project.linkname }}
-{% comment %}
 {% 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 %}
-{% endcomment %}