mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
25 lines
864 B
Diff
25 lines
864 B
Diff
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
|
|
|