Bug 1857841 - pt 3. Add a new page kind named "fresh" r=glandium
[gecko.git] / tools / moz.build
blobbca499db618fa4f3921948a87f2db670b6640f2b
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/.
7 with Files("**"):
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("github-sync/**"):
17     BUG_COMPONENT = ("Core", "Graphics")
19 with Files("lint/**"):
20     BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
22 with Files("moztreedocs/**"):
23     BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
24     SCHEDULES.exclusive = ["docs"]
26 with Files("profiler/**"):
27     BUG_COMPONENT = ("Core", "Gecko Profiler")
29 with Files("performance/**"):
30     BUG_COMPONENT = ("Core", "Gecko Profiler")
32 with Files("quitter/**"):
33     BUG_COMPONENT = ("Testing", "General")
35 with Files("rb/**"):
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 = ("Developer Infrastructure", "Try")
44 with Files("tryselect/selectors/release.py"):
45     BUG_COMPONENT = ("Release Engineering", "General")
47 with Files("update-packaging/**"):
48     BUG_COMPONENT = ("Release Engineering", "General")
50 with Files("update-verify/**"):
51     BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
53 with Files("vcs/**"):
54     BUG_COMPONENT = ("Firefox Build System", "General")
56 SPHINX_TREES["moztreedocs"] = "moztreedocs/docs"
58 SPHINX_TREES["try"] = "tryselect/docs"
60 SPHINX_TREES["fuzzing"] = "fuzzing/docs"
62 SPHINX_TREES["sanitizer"] = "sanitizer/docs"
64 SPHINX_TREES["code-coverage"] = "code-coverage/docs"
66 SPHINX_TREES["profiler"] = "profiler/docs"
68 with Files("tryselect/docs/**"):
69     SCHEDULES.exclusive = ["docs"]
71 CRAMTEST_MANIFESTS += [
72     "tryselect/test/cram.toml",
75 PYTHON_UNITTEST_MANIFESTS += [
76     "fuzzing/smoke/python.toml",
77     "lint/test/python.toml",
78     "tryselect/test/python.toml",