mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1741379 - set 'Mach Vendor & Updatebot' as Bugzilla component for related files. r=tjr
Bugzilla component got added in bug 1740779. Differential Revision: https://phabricator.services.mozilla.com/D131230
This commit is contained in:
parent
a240c05675
commit
e25fe23e90
8
python/mozbuild/mozbuild/vendor/moz.build
vendored
Normal file
8
python/mozbuild/mozbuild/vendor/moz.build
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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 = ("Developer Infrastructure", "Mach Vendor & Updatebot")
|
8
taskcluster/ci/fetch/moz.build
Normal file
8
taskcluster/ci/fetch/moz.build
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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("updatebot.yml"):
|
||||
BUG_COMPONENT = ("Developer Infrastructure", "Mach Vendor & Updatebot")
|
8
taskcluster/ci/updatebot/moz.build
Normal file
8
taskcluster/ci/updatebot/moz.build
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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 = ("Developer Infrastructure", "Mach Vendor & Updatebot")
|
8
taskcluster/docker/updatebot/moz.build
Normal file
8
taskcluster/docker/updatebot/moz.build
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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 = ("Developer Infrastructure", "Mach Vendor & Updatebot")
|
8
taskcluster/scripts/misc/moz.build
Normal file
8
taskcluster/scripts/misc/moz.build
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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("verify-updatebot.py"):
|
||||
BUG_COMPONENT = ("Developer Infrastructure", "Mach Vendor & Updatebot")
|
Loading…
Reference in New Issue
Block a user