Port bug 1469436 (two changesets: 2477607822a3 and 33f3e7a6ca7a). rs=bustage-fix

--HG--
rename : taskcluster/ci/repackage-signing/kind.yml => taskcluster/ci/repackage-signing-l10n/kind.yml
This commit is contained in:
Jorg K 2018-07-13 13:24:28 +02:00
Родитель 5ff836426c
Коммит 3e528e8202
4 изменённых файлов: 29 добавлений и 2 удалений

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

@ -14,6 +14,7 @@ transforms:
kind-dependencies:
- repackage-signing
- repackage-signing-l10n
only-for-build-platforms:
- linux-nightly/opt

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

@ -2,7 +2,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/.
loader: taskgraph.loader.single_dep:loader
loader: taskgraph.loader.multi_dep:loader
group-by: platform
transforms:
- taskgraph.transforms.l10n:transforms
@ -12,6 +14,9 @@ transforms:
kind-dependencies:
- build
- build-signing
- repackage
- repackage-signing
- toolchain
only-for-build-platforms:

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

@ -0,0 +1,22 @@
# 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.single_dep:loader
transforms:
- taskgraph.transforms.name_sanity:transforms
- taskgraph.transforms.repackage_signing:transforms
- taskgraph.transforms.task:transforms
- comm_taskgraph:remove_widevine_and_stub_installer
kind-dependencies:
- repackage-l10n
only-for-build-platforms:
- linux-nightly/opt
- linux64-nightly/opt
- macosx64-nightly/opt
- win32-nightly/opt
- win64-nightly/opt

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

@ -13,7 +13,6 @@ transforms:
kind-dependencies:
- repackage
- repackage-l10n
only-for-build-platforms:
- linux-nightly/opt