1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ("Core", "General")
10 with Files("code-coverage/**"):
11 BUG_COMPONENT = ("Testing", "Code Coverage")
13 with Files("compare-locales/mach_commands.py"):
14 BUG_COMPONENT = ("Localization Infrastructure and Tools", "compare-locales")
16 with Files("coverity/**"):
17 BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
19 with Files("github-sync/**"):
20 BUG_COMPONENT = ("Core", "Graphics")
22 with Files("lint/**"):
23 BUG_COMPONENT = ("Firefox Build System", "Lint and Formatting")
25 with Files("moztreedocs/**"):
26 BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
27 SCHEDULES.exclusive = ['docs']
29 with Files("profiler/**"):
30 BUG_COMPONENT = ("Core", "Gecko Profiler")
32 with Files("performance/**"):
33 BUG_COMPONENT = ("Core", "Gecko Profiler")
35 with Files("quitter/**"):
36 BUG_COMPONENT = ("Testing", "General")
39 BUG_COMPONENT = ("Core", "XPCOM")
41 with Files("rewriting/**"):
42 BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
44 with Files("tryselect/**"):
45 BUG_COMPONENT = ("Firefox Build System", "Try")
47 with Files("tryselect/selectors/release.py"):
48 BUG_COMPONENT = ("Release Engineering", "General")
50 with Files("update-packaging/**"):
51 BUG_COMPONENT = ("Release Engineering", "General")
53 with Files("update-verify/**"):
54 BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
57 BUG_COMPONENT = ("Firefox Build System", "General")
59 SPHINX_TREES['moztreedocs'] = 'moztreedocs/docs'
61 SPHINX_TREES['try'] = 'tryselect/docs'
63 SPHINX_TREES['fuzzing'] = 'fuzzing/docs'
65 SPHINX_TREES['sanitizer'] = 'sanitizer/docs'
67 SPHINX_TREES['code-coverage'] = 'code-coverage/docs'
69 with Files('tryselect/docs/**'):
70 SCHEDULES.exclusive = ['docs']
72 CRAMTEST_MANIFESTS += [
73 'tryselect/test/cram.ini',
76 PYTHON_UNITTEST_MANIFESTS += [
77 'lint/test/python.ini',
78 'tryselect/test/python.ini',