Bug 1621967 - Set a more appropriate bug component for tools/vcs. r=rstewart

Differential Revision: https://phabricator.services.mozilla.com/D66582

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2020-03-12 16:36:59 +00:00
parent 45b0a79f3d
commit ebd6e5d20f

View File

@ -53,6 +53,9 @@ with Files("update-packaging/**"):
with Files("update-verify/**"):
BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
with Files("vcs/**"):
BUG_COMPONENT = ("Firefox Build System", "General")
SPHINX_TREES['moztreedocs'] = 'moztreedocs/docs'
with Files('lint/docs/**'):