diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-16 21:53:20 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-16 21:53:20 +0200 |
commit | 27f92603e02e83c6ba733ff8dedb4ff3fd1d1c1b (patch) | |
tree | 9fd4508deb339122569bb60e276f7eba9faa97ec /extensions | |
parent | cf251e8b0d7f10b9053608091618207d727a2302 (diff) | |
download | bugzilla-27f92603e02e83c6ba733ff8dedb4ff3fd1d1c1b.tar.gz bugzilla-27f92603e02e83c6ba733ff8dedb4ff3fd1d1c1b.tar.xz |
Bug 878960 - [PERFORM ON 2013-07-16] Move mozilla.org::Server Operations: RelEng bugs to Infrastructure & Operations::RelOps
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index d709114d3..c4e6ec633 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -144,6 +144,10 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Server Operations: RelEng", "Server Operations: Security", ], + "Infrastructure & Operations" => [ + "RelOps", + "RelOps: Puppet" + ], }, qw/^cf_office$/ => { "mozilla.org" => ["Server Operations: Desktop Issues"], |