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/docs/**"):
14 BUG_COMPONENT = ('Mozilla Localizations', 'Documentation')
16 with Files("compare-locales/mach_commands.py"):
17 BUG_COMPONENT = ("Localization Infrastructure and Tools", "compare-locales")
19 with Files("coverity/**"):
20 BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
22 with Files("docs/**"):
23 BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
24 SCHEDULES.exclusive = ['docs']
26 with Files("lint/**"):
27 BUG_COMPONENT = ("Firefox Build System", "Lint and Formatting")
29 with Files("profiler/**"):
30 BUG_COMPONENT = ("Core", "Gecko Profiler")
32 with Files("quitter/**"):
33 BUG_COMPONENT = ("Testing", "General")
36 BUG_COMPONENT = ("Core", "XPCOM")
38 with Files("rewriting/**"):
39 BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
41 with Files("tryselect/**"):
42 BUG_COMPONENT = ("Testing", "General")
44 with Files("tryselect/selectors/release.py"):
45 BUG_COMPONENT = ("Release Engineering", "General")
47 with Files("update-packaging/**"):
48 BUG_COMPONENT = ("Release Engineering", "Other")
50 with Files("update-verify/**"):
51 BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
53 SPHINX_TREES['lint'] = 'lint/docs'
55 with Files('lint/docs/**'):
56 SCHEDULES.exclusive = ['docs']
58 SPHINX_TREES['compare-locales'] = 'compare-locales/docs'
60 with Files('compare-locales/docs/**'):
61 SCHEDULES.exclusive = ['docs']
63 SPHINX_TREES['try'] = 'tryselect/docs'
65 with Files('tryselect/docs/**'):
66 SCHEDULES.exclusive = ['docs']
68 CRAMTEST_MANIFESTS += [
69 'tryselect/test/cram.ini',
72 PYTHON_UNITTEST_MANIFESTS += [
73 'lint/test/python.ini',
75 'tryselect/test/python.ini',