From e83752b680c723a177bdc486fdfd904b4acd7ad7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 2 Jun 2014 05:04:21 +0000 Subject: [PATCH] - Correct the bugzilla url With hat: portmgr --- Tools/scripts/getpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/getpatch b/Tools/scripts/getpatch index 6c7e7d499071..bf8da76cb7f0 100755 --- a/Tools/scripts/getpatch +++ b/Tools/scripts/getpatch @@ -117,7 +117,7 @@ class GnatsGetPatch(GetPatch): class BzGetPatch(GetPatch): - URL_BASE= 'https://kenobi.freebsd.org/bugs42' + URL_BASE= 'https://bugs.freebsd.org/bugzilla/' URL_SHOW = '%s/show_bug.cgi?id=' % URL_BASE REGEX_URL = r'Details' REGEX = r'
([^ ]+) \(text/plain\)'