tor-browser

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

kind.yml (1023B)


      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.beetmover_checksums
     11    - gecko_taskgraph.transforms.task
     12 
     13 kind-dependencies:
     14    - beetmover-repackage
     15 
     16 only-for-attributes:
     17    - nightly
     18    - shippable
     19 
     20 task-defaults:
     21    run-on-repo-type: [hg]
     22 
     23 tasks:
     24    beetmover-checksums:
     25        from-deps:
     26            group-by: single-with-filters
     27        shipping-phase: promote
     28        attributes:
     29            artifact_prefix: public
     30            artifact_map:
     31                by-release-type:
     32                    beta|release.*|esr.*: taskcluster/gecko_taskgraph/manifests/firefox_candidates_checksums.yml
     33                    default: taskcluster/gecko_taskgraph/manifests/firefox_nightly_checksums.yml