aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch')
-rw-r--r--community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch b/community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch
deleted file mode 100644
index 511e9042f16..00000000000
--- a/community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-