From ebd6e5d20f36d8975b396e4da400b01b0a7e7233 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 12 Mar 2020 16:36:59 +0000 Subject: [PATCH] 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 --- tools/moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/moz.build b/tools/moz.build index 5092536e31a4..604b2bbe720f 100644 --- a/tools/moz.build +++ b/tools/moz.build @@ -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/**'):