summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-04-20 21:43:49 +0200
committerByron Jones <bjones@mozilla.com>2012-04-20 21:43:49 +0200
commit244c08f6fbce0d6b69c0533ff0bc81df9d468e35 (patch)
tree9e421235a6b7f501890d109e1a6d388db45196bd
parent55514ae5e5768a901bfbf0ba7625a21ff3477714 (diff)
downloadbugzilla-244c08f6fbce0d6b69c0533ff0bc81df9d468e35.tar.gz
bugzilla-244c08f6fbce0d6b69c0533ff0bc81df9d468e35.tar.xz
Bug 747478: add kilamanjaro to mozilla services
-rw-r--r--extensions/BMO/lib/Data.pm23
1 files changed, 12 insertions, 11 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index 0328cafa5..839d3ce6f 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -49,17 +49,18 @@ our @EXPORT_OK = qw($cf_visible_in_products
our $cf_visible_in_products;
tie(%$cf_visible_in_products, "Tie::IxHash",
qw/^cf_blocking_kilimanjaro/ => {
- "Core" => [],
- "Fennec" => [],
- "Fennec Native" => [],
- "Firefox" => [],
- "mozilla.org" => [],
- "NSPR" => [],
- "NSS" => [],
- "Testing" => [],
- "Thunderbird" => [],
- "Toolkit" => [],
- "Web Apps" => [],
+ "Core" => [],
+ "Fennec" => [],
+ "Fennec Native" => [],
+ "Firefox" => [],
+ "mozilla.org" => [],
+ "Mozilla Services" => [],
+ "NSPR" => [],
+ "NSS" => [],
+ "Testing" => [],
+ "Thunderbird" => [],
+ "Toolkit" => [],
+ "Web Apps" => [],
},
qr/^cf_blocking_fennec/ => {
"addons.mozilla.org" => [],