Skip to content

Commit

Permalink
Bug 1345556 - add BUG_COMPONENT to services/* files. r=rfkelly, kit
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3QzgxUDL5xa
  • Loading branch information
jmaher committed Mar 9, 2017
1 parent ad033bb commit 5708b8f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions services/blocklists/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Firefox', 'Sync')

FINAL_TARGET_FILES.defaults.blocklists += ['addons.json',
'certificates.json',
'gfx.json',
Expand Down
3 changes: 3 additions & 0 deletions services/cloudsync/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Cloud Services', 'cloudSync')

SPHINX_TREES['cloudsync'] = 'docs'

EXTRA_JS_MODULES += [
Expand Down
2 changes: 1 addition & 1 deletion services/common/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Mozilla Services', 'Firefox: Common')
BUG_COMPONENT = ('Cloud Services', 'Firefox: Common')

TEST_DIRS += ['tests']

Expand Down
2 changes: 1 addition & 1 deletion services/crypto/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Mozilla Services', 'Firefox Sync: Crypto')
BUG_COMPONENT = ('Firefox', 'Sync')

DIRS += ['component']

Expand Down
3 changes: 3 additions & 0 deletions services/fxaccounts/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'fxAccounts')

DIRS += ['interfaces']

MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
Expand Down
3 changes: 3 additions & 0 deletions services/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('moz.build'):
BUG_COMPONENT = ('Core', 'Build Config')

DIRS += [
'common',
'crypto',
Expand Down
2 changes: 1 addition & 1 deletion services/sync/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Mozilla Services', 'Firefox Sync: Backend')
BUG_COMPONENT = ('Firefox', 'Sync')

DIRS += ['locales']

Expand Down

0 comments on commit 5708b8f

Please sign in to comment.