Revision control

Copy as Markdown

Other Tools

# 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/.
---
loader: taskgraph.loader.transform:loader
kind-dependencies:
- fetch
- toolchain
transforms:
- gecko_taskgraph.transforms.build:transforms
- gecko_taskgraph.transforms.build_attrs:transforms
- gecko_taskgraph.transforms.build_lints:transforms
- gecko_taskgraph.transforms.job:transforms
- comm_taskgraph.transforms.tb_build:transforms
- gecko_taskgraph.transforms.artifact:transforms
- gecko_taskgraph.transforms.task:transforms
tasks-from:
- linux.yml
- macosx.yml
- windows.yml
task-defaults:
worker:
env:
MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
use-python: default
run:
mozconfig-variant:
by-release-type:
beta: release
release.*: release
esr.*: release
default: nightly
# Note: These settings are only honored by nightly (i.e. shipping) builds
update-channel:
by-release-type:
nightly: nightly
beta: beta
release.*: release
esr.*: esr
default: null
mar-channel-id:
by-release-type:
beta: thunderbird-comm-beta
release.*: thunderbird-comm-release
esr.*: thunderbird-comm-esr
default: thunderbird-comm-central
accepted-mar-channel-ids:
by-release-type:
beta: thunderbird-comm-beta,thunderbird-comm-release
release.*: thunderbird-comm-release
esr.*: thunderbird-comm-esr
default: thunderbird-comm-central