Bug 1383880: annotate source files with what they SCHEDULE; r=ahal

MozReview-Commit-ID: CR70dSg5R79

--HG--
extra : rebase_source : a46b7daa47680ac92f09988cbc3a205b72de06ed
extra : source : 8586bf76d73db40ef52142fff8f21cdb0b31cf31
This commit is contained in:
Dustin J. Mitchell 2017-08-25 19:31:54 +00:00
Родитель 5af9079ea6
Коммит 4440d231f8
3 изменённых файлов: 11 добавлений и 0 удалений

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

@ -15,3 +15,12 @@ elif toolkit in ('gtk2', 'gtk3'):
DIRS += ['linux']
else:
DIRS += ['windows']
with Files('osx/**'):
SCHEDULES.exclusive = ['macosx']
with Files('linux/**'):
SCHEDULES.exclusive = ['linux']
with Files('windows/**'):
SCHEDULES.exclusive = ['windows']

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

@ -6,6 +6,7 @@
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
SCHEDULES.exclusive = ['android']
with Files('bouncer/**'):
BUG_COMPONENT = ('Firefox for Android', 'Distributions')

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

@ -36,6 +36,7 @@ with Files('GNUmakefile'):
with Files('*gradle*'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
SCHEDULES.exclusive = ['android']
with Files('**/l10n.toml'):
BUG_COMPONENT = ('Core', 'Localization')