projects
/
patchwork
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0988417
)
Enable [auth] setion in pwclientrc template
author
Jeremy Kerr
<jk@ozlabs.org>
Mon, 8 Sep 2008 23:37:05 +0000
(09:37 +1000)
committer
Jeremy Kerr
<jk@ozlabs.org>
Mon, 8 Sep 2008 23:37:05 +0000
(09:37 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/patchwork/pwclientrc
patch
|
blob
|
history
diff --git
a/templates/patchwork/pwclientrc
b/templates/patchwork/pwclientrc
index 7aaf34630b68d577921935658420e14bc490520b..59dd61cf76a28a1e39854babb65a569c26561bb1 100644
(file)
--- a/
templates/patchwork/pwclientrc
+++ b/
templates/patchwork/pwclientrc
@@
-6,10
+6,9
@@
[base]
url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
project: {{ project.linkname }}
-{% comment %}
+
{% if user.is_authenticated %}
[auth]
user: {{ user.username }}
password: <add your patchwork password here>
{% endif %}
-{% endcomment %}