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

MozReview-Commit-ID: CR70dSg5R79

--HG--
extra : rebase_source : ba7dd823289dcd0e067d2c60fc2e6ffcee60b759
extra : histedit_source : dee7c73156a0c471c7a69f100168204f05e33189
This commit is contained in:
Dustin J. Mitchell 2017-08-25 19:31:54 +00:00
Родитель 50de0c93d3
Коммит 219c3af06e
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')