From 890dd7f9adcbe1ef7c4218edc89ee7075a12e211 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 27 Jun 2010 15:23:12 +0200 Subject: Move all constant data out of the main JSON --- data/queryUpstreamBug.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/queryUpstreamBug.json (limited to 'data/queryUpstreamBug.json') diff --git a/data/queryUpstreamBug.json b/data/queryUpstreamBug.json new file mode 100644 index 0000000..3de67d0 --- /dev/null +++ b/data/queryUpstreamBug.json @@ -0,0 +1,10 @@ +[ + { + "regexp": "thunderbird|firefox|xulrunner", + "addr": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=" + }, + { + "regexp": "xorg-x11.*", + "addr": "https://bugs.freedesktop.org/buglist.cgi?quicksearch=product%3Axorg+" + } +] \ No newline at end of file -- cgit