diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
commit | 7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch) | |
tree | 7e0e9f567ea66bc0c2629499454d07545f6d674b /community/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch | |
parent | c10f2d9b183c51fddfcb61024d01a5bd21197694 (diff) | |
download | aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2 aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz |
Remove stale patches in community/
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.patch | 25 |
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 511e9042f1..0000000000 --- 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 - |