diff options
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 79 |
1 files changed, 40 insertions, 39 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index a230b7e19..e641e2828 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -36,7 +36,7 @@ use constant RB_REQUEST_CONTENT_TYPE => 'text/x-review-board-request'; our $cf_visible_in_products; tie(%$cf_visible_in_products, "Tie::IxHash", qr/^cf_colo_site$/ => { - "mozilla.org" => [ + "mozilla.org" => [ "Server Operations", "Server Operations: DCOps", "Server Operations: Projects", @@ -49,53 +49,54 @@ tie(%$cf_visible_in_products, "Tie::IxHash", ], }, qw/^cf_office$/ => { - "mozilla.org" => ["Server Operations: Desktop Issues"], + "mozilla.org" => ["Server Operations: Desktop Issues"], }, qr/^cf_crash_signature$/ => { - "Add-on SDK" => [], + "Add-on SDK" => [], + "addons.mozilla.org" => [], "Android Background Services" => [], - "addons.mozilla.org" => [], - "Firefox OS" => [], - "Calendar" => [], - "Camino" => [], - "Composer" => [], - "Core" => [], - "Directory" => [], - "Fennec" => [], - "Firefox" => [], - "Firefox for Android" => [], - "Firefox for Metro" => [], - "JSS" => [], - "MailNews Core" => [], - "Mozilla Labs" => [], - "Mozilla Localizations" => [], - "mozilla.org" => [], - "Mozilla Services" => [], - "NSPR" => [], - "NSS" => [], - "Other Applications" => [], - "Penelope" => [], - "Plugins" => [], - "Release Engineering" => [], - "Rhino" => [], - "SeaMonkey" => [], - "Tamarin" => [], - "Tech Evangelism" => [], - "Testing" => [], - "Thunderbird" => [], - "Toolkit" => [], + "Calendar" => [], + "Camino" => [], + "Composer" => [], + "Core" => [], + "Directory" => [], + "Fennec" => [], + "Firefox" => [], + "Firefox for Android" => [], + "Firefox for Metro" => [], + "Firefox OS" => [], + "JSS" => [], + "MailNews Core" => [], + "Mozilla Labs" => [], + "Mozilla Localizations" => [], + "mozilla.org" => [], + "Mozilla Services" => [], + "NSPR" => [], + "NSS" => [], + "Other Applications" => [], + "Penelope" => [], + "Plugins" => [], + "Release Engineering" => [], + "Rhino" => [], + "SeaMonkey" => [], + "Tamarin" => [], + "Tech Evangelism" => [], + "Testing" => [], + "Thunderbird" => [], + "Toolkit" => [], }, qw/^cf_due_date$/ => { - "Data & BI Services Team" => [], - "Developer Engagement" => [], + "bugzilla.mozilla.org" => [], + "Data & BI Services Team" => [], + "Developer Engagement" => [], "Infrastructure & Operations" => [], - "Marketing" => [], - "mozilla.org" => ["Security Assurance: Review Request"], - "Mozilla Reps" => [], + "Marketing" => [], + "mozilla.org" => ["Security Assurance: Review Request"], + "Mozilla Reps" => [], }, qw/^cf_locale$/ => { - "www.mozilla.org" => [], "Mozilla Localizations" => ['Other'], + "www.mozilla.org" => [], }, qw/^cf_mozilla_project$/ => { "Data & BI Services Team" => [], |