blob: 511e9042f1650a492d993ccdc1765a2e4400ce31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 304b9f210a6edccc33b5ead321b43f02884aca62 Mon Sep 17 00:00:00 2001
From: Carlo Landmeter <clandmeter@gmail.com>
Date: Thu, 23 Apr 2015 10:01:18 +0200
Subject: [PATCH] pwclient set default url to alpine patchwork
---
apps/patchwork/bin/pwclient | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/patchwork/bin/pwclient b/apps/patchwork/bin/pwclient
index 2a80981..b1adad3 100755
--- a/apps/patchwork/bin/pwclient
+++ b/apps/patchwork/bin/pwclient
@@ -35,7 +35,7 @@ import re
# This script will check the PW_XMLRPC_URL environment variable
# for the URL to access. If that is unspecified, it will fallback to
# the hardcoded default value specified here.
-DEFAULT_URL = "http://patchwork/xmlrpc/"
+DEFAULT_URL = "http://patchwork.alpinelinux.org/xmlrpc/"
CONFIG_FILE = os.path.expanduser('~/.pwclientrc')
class Filter:
--
2.3.5
|