diff options
-rw-r--r-- | patchwork/templates/patchwork/pwclientrc | 6 | ||||
-rw-r--r-- | releasenotes/notes/issue-277-5bfda7ad1f72f267.yaml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/patchwork/templates/patchwork/pwclientrc b/patchwork/templates/patchwork/pwclientrc index 96464c1..7d466d8 100644 --- a/patchwork/templates/patchwork/pwclientrc +++ b/patchwork/templates/patchwork/pwclientrc @@ -8,8 +8,8 @@ # default={{ project.linkname }} [{{ project.linkname }}] -url= {{scheme}}://{{site.domain}}{% url 'xmlrpc' %} +url = {{ scheme }}://{{ site.domain }}{% url 'xmlrpc' %} {% if user.is_authenticated %} -username: {{ user.username }} -password: <add your patchwork password here> +username = {{ user.username }} +password = <add your patchwork password here> {% endif %} diff --git a/releasenotes/notes/issue-277-5bfda7ad1f72f267.yaml b/releasenotes/notes/issue-277-5bfda7ad1f72f267.yaml new file mode 100644 index 0000000..da9460d --- /dev/null +++ b/releasenotes/notes/issue-277-5bfda7ad1f72f267.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + The ``pwclientrc`` samples generated by Patchwork were previously not valid + INI files. This issue is resolved. (`#277 + <https://github.com/getpatchwork/patchwork/issues/277>`__) |