kind.yml (773B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 loader: taskgraph.loader.transform:loader 6 7 transforms: 8 - taskgraph.transforms.from_deps 9 - gecko_taskgraph.transforms.name_sanity 10 - gecko_taskgraph.transforms.repackage_signing 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 - repackage-msi 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 19 only-for-build-platforms: 20 - win32-shippable/opt 21 - win32-devedition/opt 22 - win32/opt 23 - win64-shippable/opt 24 - win64-devedition/opt 25 - win64/opt 26 27 tasks: 28 repackage-signing-msi: 29 from-deps: 30 group-by: single-with-filters