summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/pwclientrc')
-rw-r--r--templates/patchwork/pwclientrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
deleted file mode 100644
index d331003..0000000
--- a/templates/patchwork/pwclientrc
+++ /dev/null
@@ -1,15 +0,0 @@
-# Sample .pwclientrc file for the {{ project.linkname }} project,
-# running on {{ site.domain }}.
-#
-# Just append this file to your existing ~/.pwclientrc
-# If you do not already have a ~/.pwclientrc, then copy this file to
-# ~/.pwclientrc, and uncomment the following two lines:
-# [options]
-# default={{ project.linkname }}
-
-[{{ project.linkname }}]
-url= {{scheme}}://{{site.domain}}{% url 'patchwork.views.xmlrpc.xmlrpc' %}
-{% if user.is_authenticated %}
-username: {{ user.username }}
-password: <add your patchwork password here>
-{% endif %}