aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-29 16:26:53 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-29 16:29:19 +0200
commit2aabaeb3efb7419f400f639ab75a98a48bf1fd81 (patch)
tree2bf16314de2495d9ab3252d8d44f0269694bfe2f /data
parentfe64972133d1fdc55515b5473638dace774ea69e (diff)
downloadbugzilla-triage-2aabaeb3efb7419f400f639ab75a98a48bf1fd81.tar.gz
Regexps for matching URLs is configuration and should be in JSON, not
statically included in data/ subdirectory. (cherry picked from commit 0728e2ad4809619cd3ba5215252a52df85697940)
Diffstat (limited to 'data')
-rw-r--r--data/matches.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/matches.json b/data/matches.json
deleted file mode 100644
index 25329d6..0000000
--- a/data/matches.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "matches": [
- "https://bugzilla.redhat.com/show_bug.cgi",
- "https://bz-web2-test.devel.redhat.com/show_bug.cgi",
- "https://bugs.freedesktop.org/show_bug.cgi",
- "https://bugzilla.mozilla.org/show_bug.cgi"
- ],
- "skipMatches": [
- "https://bugzilla.redhat.com/(process|post)_bug.cgi",
- "https://bz-web2-test.devel.redhat.com/(process|post)_bug.cgi",
- "https://bugzilla.mozilla.org/post_bug.cgi",
- "https://bugzilla.mozilla.org/process_bug.cgi",
- "https://bugzilla.(redhat.com|mozilla.org)/attachment.cgi$"
- ]
-} \ No newline at end of file