X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpwclientrc;h=c932b1173e862bf7d5d9984e146d31aa653ff9fe;hb=f7a3c5dff0da19e6bd737c51187a1f5aa7373c67;hp=7aaf34630b68d577921935658420e14bc490520b;hpb=90d53c717d5d704da284cfa3b1484c11bd6c0bb1;p=patchwork diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc index 7aaf346..c932b11 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: {{scheme}}://{{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 %}