tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

kind.yml (1271B)


      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.release_beetmover_signed_addons
     11    - gecko_taskgraph.transforms.task
     12 
     13 kind-dependencies:
     14    - build-signing
     15    - shippable-l10n-signing
     16 
     17 only-for-attributes:
     18    - nightly
     19    - shippable
     20 
     21 task-defaults:
     22    run-on-repo-type: [hg]
     23 
     24 only-for-build-platforms:
     25    - linux64-shippable/opt
     26    - linux64-devedition/opt
     27 
     28 tasks:
     29    release-beetmover-signed-langpacks:
     30        description: Beetmover submission for platform-independent langpacks {locales} in {platform} directory
     31        from-deps:
     32            group-by: single-with-filters
     33        worker-type: beetmover
     34        run-on-projects: []
     35        shipping-phase: promote
     36        attributes:
     37            artifact_map:
     38                by-release-type:
     39                    beta|release.*|esr.*: taskcluster/gecko_taskgraph/manifests/firefox_candidates.yml
     40                    default: taskcluster/gecko_taskgraph/manifests/firefox_nightly.yml