diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-23 10:11:32 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-23 10:11:32 +0200 |
commit | 62bce78b03ac257d215b380922a4021c8cbf637a (patch) | |
tree | 7386f46f7e62cac0826249fd25e02a06fa03d4bb /main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch | |
parent | cd463e40cd7a1572c3a6c5d0d02e0a3ac2f0f65f (diff) | |
download | aports-62bce78b03ac257d215b380922a4021c8cbf637a.tar.bz2 aports-62bce78b03ac257d215b380922a4021c8cbf637a.tar.xz |
testing/patchwork: move to main
Diffstat (limited to 'main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch')
-rw-r--r-- | main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch b/main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch new file mode 100644 index 0000000000..511e9042f1 --- /dev/null +++ b/main/patchwork/0001-pwclient-set-default-url-to-alpine-patchwork.patch @@ -0,0 +1,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 + |