X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpwclientrc;h=5fb1f47b65e3ba0696dfa375f94c731137c24667;hb=13f4232358785f4ca89ce1c4605a4b01db1940ef;hp=7aaf34630b68d577921935658420e14bc490520b;hpb=90d53c717d5d704da284cfa3b1484c11bd6c0bb1;p=patchwork diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc index 7aaf346..5fb1f47 100644 --- a/templates/patchwork/pwclientrc +++ b/templates/patchwork/pwclientrc @@ -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: {% endif %} -{% endcomment %}