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 # Default extra components to build config
9 BUG_COMPONENT = ('Firefox Build System', 'General')
11 with Files('attrs/**'):
12 BUG_COMPONENT = ('Firefox Build System', 'Task Configuration')
14 with Files('blessings/**'):
15 BUG_COMPONENT = ('Firefox Build System', 'General')
17 with Files('compare-locales/**'):
18 BUG_COMPONENT = ('Localization Infrastructure and Tools', 'compare-locales')
20 with Files('dlmanager/**'):
21 BUG_COMPONENT = ('Firefox Build System', 'General')
23 with Files('fluent.migrate/**'):
24 BUG_COMPONENT = ('Localization Infrastructure and Tools', 'Fluent Migration')
26 # Actually, https://github.com/projectfluent/python-fluent/issues
27 with Files('fluent.syntax/**'):
28 BUG_COMPONENT = ('Localization Infrastructure and Tools', 'General')
30 with Files('futures/**'):
31 BUG_COMPONENT = ('Firefox Build System', 'General')
33 with Files('jsmin/**'):
34 BUG_COMPONENT = ('GeckoView', 'General')
36 with Files('mock-1.0.0/**'):
37 BUG_COMPONENT = ('Firefox Build System', 'General')
39 with Files('mohawk/**'):
40 BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
42 with Files('mozilla-version/**'):
43 BUG_COMPONENT = ('Release Engineering', 'General')
45 with Files('psutil/**'):
46 BUG_COMPONENT = ('Firefox Build System', 'General')
49 BUG_COMPONENT = ('Firefox Build System', 'General')
51 with Files('pyasn1/**'):
52 BUG_COMPONENT = ('Release Engineering', 'General')
54 with Files('pyasn1-modules/**'):
55 BUG_COMPONENT = ('Core', 'Security: PSM')
57 with Files('pylru/**'):
58 BUG_COMPONENT = ('mozilla.org', 'MozillaBuild')
60 with Files('pystache/**'):
61 BUG_COMPONENT = ('Taskcluster', 'General')
63 with Files('pytest/**'):
64 BUG_COMPONENT = ('Testing', 'General')
66 with Files('pytoml/**'):
67 BUG_COMPONENT = ('Firefox Build System', 'General')
69 with Files('pyyaml/**'):
70 BUG_COMPONENT = ('Taskcluster', 'General')
72 with Files('redo/**'):
73 BUG_COMPONENT = ('Firefox Build System', 'General')
75 with Files('requests*/**'):
76 BUG_COMPONENT = ('Firefox Build System', 'General')
78 with Files('requirements.*'):
79 BUG_COMPONENT = ('Firefox Build System', 'General')
82 BUG_COMPONENT = ('Core', 'Security: PSM')
84 with Files('slugid/**'):
85 BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
87 with Files('taskcluster/**'):
88 BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
90 with Files('virtualenv/**'):
91 BUG_COMPONENT = ('Firefox Build System', 'General')
93 with Files('voluptuous/**'):
94 BUG_COMPONENT = ('Firefox Build System', 'Task Configuration')