Bug 1548137 - Change bug component for build/mobile; r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-04-30 22:45:44 +00:00
Родитель e958e4adc0
Коммит ad07ef3e50
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -6,6 +6,8 @@
with Files('**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files("mobile/**"):
BUG_COMPONENT = ("Firefox for Android", "Testing")
# This cannot be named "build" because of bug 922191.
SPHINX_TREES['buildsystem'] = 'docs'