[bts-link] 09/31: bugzilla: update uri-re for exim (match HTTPS as well)
Sandro Tosi
morph at moszumanska.debian.org
Wed Dec 30 01:37:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository bts-link.
commit e734bc9eb9ac77c97cf8a8137619b9ae85a2139c
Author: Sandro Tosi <morph at debian.org>
Date: Tue Dec 29 17:18:17 2015 +0000
bugzilla: update uri-re for exim (match HTTPS as well)
---
btslink.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/btslink.yaml b/btslink.yaml
index 8365f07..c835335 100644
--- a/btslink.yaml
+++ b/btslink.yaml
@@ -64,10 +64,10 @@ remotes:
uri-re: http://bugzilla.elinks(?:.or)?.cz/show_bug.cgi\?id=([0-9]+)
exim:
uri: http://www.exim.org/bugzilla
- uri-re: http://(?:bugs.)exim.org/(?:bugzilla/)?show_bug.cgi\?id=([0-9]+)
+ uri-re: https?://(?:bugs.)exim.org/(?:bugzilla/)?show_bug.cgi\?id=([0-9]+)
exim4:
uri: http://www.exim.org/bugzilla
- uri-re: http://(?:bugs.|www.)exim.org/(?:bugzilla/)?show_bug.cgi\?id=([0-9]+)
+ uri-re: https?://(?:bugs.|www.)exim.org/(?:bugzilla/)?show_bug.cgi\?id=([0-9]+)
freedesktop:
uri: https://bugs.freedesktop.org
uri-re: https?://(?:bugs.|xprint.|)freedesktop.org/(?:.*/)?show_bug.cgi\?id=([0-9]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bts-link/bts-link.git
More information about the bts-link-commits
mailing list