Bug 1806642 - update in-tree references to 'Lint and Formatting' bugzilla component. r=Standard8

Move from 'Firefox Build System to 'Developer Infrastructure' was in
bug 1784867 on the server side.

Differential Revision: https://phabricator.services.mozilla.com/D165158
This commit is contained in:
Sebastian Hengst 2022-12-21 14:38:47 +00:00
Родитель 8f59316975
Коммит 4e86499272
3 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -27,7 +27,7 @@ with Files("mozbuild/**"):
BUG_COMPONENT = ("Firefox Build System", "General")
with Files("mozlint/**"):
BUG_COMPONENT = ("Firefox Build System", "Linting and Formatting")
BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
with Files("mozversioncontrol/**"):
BUG_COMPONENT = ("Firefox Build System", "General")

Просмотреть файл

@ -253,6 +253,8 @@ $schema: moz://mozilla.org/schemas/glean/tags/1-0-0
description: The Bugzilla component which applies to this object.
'Core :: mozglue':
description: The Bugzilla component which applies to this object.
'Developer Infrastructure :: Lint and Formatting':
description: The Bugzilla component which applies to this object.
'DevTools :: Accessibility Tools':
description: The Bugzilla component which applies to this object.
'DevTools :: Console':
@ -381,10 +383,6 @@ $schema: moz://mozilla.org/schemas/glean/tags/1-0-0
description: The Bugzilla component which applies to this object.
'Firefox Build System :: Generated Documentation':
description: The Bugzilla component which applies to this object.
'Firefox Build System :: Lint and Formatting':
description: The Bugzilla component which applies to this object.
'Firefox Build System :: Linting and Formatting':
description: The Bugzilla component which applies to this object.
'Firefox Build System :: Mach Core':
description: The Bugzilla component which applies to this object.
'Firefox Build System :: Source Code Analysis':

Просмотреть файл

@ -17,7 +17,7 @@ with Files("github-sync/**"):
BUG_COMPONENT = ("Core", "Graphics")
with Files("lint/**"):
BUG_COMPONENT = ("Firefox Build System", "Lint and Formatting")
BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
with Files("moztreedocs/**"):
BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")