diff options
author | Byron Jones <bjones@mozilla.com> | 2012-10-11 19:30:30 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-11 19:30:30 +0200 |
commit | f9decb719a83f4cc15ef483f032c7cd1c37bce10 (patch) | |
tree | 90b2969fc1f2cb9511be5c2f28bdea3f6e1d7681 /extensions | |
parent | 838a6c2285dfc0aa971553fcb359423fd10367be (diff) | |
download | bugzilla-f9decb719a83f4cc15ef483f032c7cd1c37bce10.tar.gz bugzilla-f9decb719a83f4cc15ef483f032c7cd1c37bce10.tar.xz |
Bug 798271: create L20n product
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index c50de5744..b2b05222f 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -331,21 +331,22 @@ our $other_setters = { # Groups in which you can always file a bug, whoever you are. our %always_fileable_group = ( - 'addons-security' => 1, + 'addons-security' => 1, 'bugzilla-security' => 1, 'client-services-security' => 1, 'consulting' => 1, 'core-security' => 1, - 'finance' => 1, + 'finance' => 1, 'infra' => 1, - 'infrasec' => 1, + 'infrasec' => 1, + 'l20n-security' => 1, 'marketing-private' => 1, 'mozilla-confidential' => 1, 'mozilla-corporation-confidential' => 1, - 'mozilla-foundation-confidential' => 1, + 'mozilla-foundation-confidential' => 1, 'mozilla-messaging-confidential' => 1, 'partner-confidential' => 1, - 'payments-confidential' => 1, + 'payments-confidential' => 1, 'tamarin-security' => 1, 'websites-security' => 1, 'webtools-security' => 1, @@ -359,11 +360,12 @@ our %product_sec_groups = ( "Bugzilla" => 'bugzilla-security', "bugzilla.mozilla.org" => 'bugzilla-security', "Community Tools" => 'websites-security', - "Finance" => 'finance', + "Finance" => 'finance', "Input" => 'websites-security', + "L20n" => 'l20n-security', "Legal" => 'legal', "Marketing" => 'marketing-private', - "Marketplace" => 'client-services-security', + "Marketplace" => 'client-services-security', "Mozilla Corporation" => 'mozilla-corporation-confidential', "Mozilla Developer Network" => 'websites-security', "Mozilla Grants" => 'grants', |