[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% RETURN UNLESS tracking_flag_components; # A list of products that will automatically set cf_status_firefox to # "affected" when filing bugs with nightly. An empty component list # denotes all components. auto_affected = { "Firefox" = [], "Firefox for Android" = [], "Firefox OS" = [], "Core" = [], "Toolkit" = [], "Firefox Health Report" = [ "Client: Desktop", "Client: Android" ], }; # map product names to lowercase FOREACH key IN auto_affected.keys; key_lc = key.lower; auto_affected.$key_lc = auto_affected.item(key); END; %]