diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-23 10:17:19 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-23 10:17:19 +0200 |
commit | ac72a5044f438feb503431e9a0e0ab788892ff3d (patch) | |
tree | 491cd1aec224b3cb4e86259b6edefc6df7f43f7c /extensions | |
parent | 244c08f6fbce0d6b69c0533ff0bc81df9d468e35 (diff) | |
download | bugzilla-ac72a5044f438feb503431e9a0e0ab788892ff3d.tar.gz bugzilla-ac72a5044f438feb503431e9a0e0ab788892ff3d.tar.xz |
Bug 747830: release tracking refresh 15
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 839d3ce6f..a19d46e97 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -110,6 +110,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "NSS" => [], "Other Applications" => [], "SeaMonkey" => [], + "Socorro" => [], "support.mozilla.com" => [], "Tech Evangelism" => [], "Testing" => [], @@ -223,6 +224,12 @@ our $cf_disabled_flags = [ 'cf_status_thunderbird10', 'cf_tracking_seamonkey27', 'cf_status_seamonkey27', + 'cf_tracking_firefox11', + 'cf_status_firefox11', + 'cf_tracking_thunderbird11', + 'cf_status_thunderbird11', + 'cf_tracking_seamonkey28', + 'cf_status_seamonkey28', ]; # Who to CC on particular bugmails when certain groups are added or removed. @@ -321,6 +328,7 @@ our %product_sec_groups = ( "Testopia" => 'bugzilla-security', "Tamarin" => 'tamarin-security', "Mozilla PR" => 'pr-private', + "Socorro" => 'client-services-security', "_default" => 'core-security' ); |