X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpwclientrc;h=5fb1f47b65e3ba0696dfa375f94c731137c24667;hb=64b4f583066dc0757a82257d1dd2c97d451ce7d4;hp=d7c1c321a36e16849945e9a9c51303dd7aa2dd17;hpb=8f69dd50bb88b7c296a231213c45114541851e44;p=patchwork diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc index d7c1c32..5fb1f47 100644 --- a/templates/patchwork/pwclientrc +++ b/templates/patchwork/pwclientrc @@ -4,10 +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 }} {% 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 %}