diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-26 19:04:08 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-26 19:04:08 +0200 |
commit | dc2d0755dd68bc6346f2e8fede6e3fcaed3fc297 (patch) | |
tree | a5b5244fbb1034c70af7bbf92929e9288ffa3df4 | |
parent | 6844714f290259fe975f95caca7d8f012b4c93aa (diff) | |
download | bugzilla-dc2d0755dd68bc6346f2e8fede6e3fcaed3fc297.tar.gz bugzilla-dc2d0755dd68bc6346f2e8fede6e3fcaed3fc297.tar.xz |
Bug 1023865 - New product (Tree Management) & components for Treeherder
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index fdef82d40..668b2c180 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -193,6 +193,7 @@ our %product_sec_groups = ( "Talkback" => 'talkback-private', "Tamarin" => 'tamarin-security', "Testopia" => 'bugzilla-security', + "Tree Management" => 'mozilla-employee-confidential', "Web Apps" => 'client-services-security', "Webmaker" => 'websites-security', "Websites" => 'websites-security', |