tor-browser

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

kind.yml (1444B)


      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
     11    - gecko_taskgraph.transforms.repackage_routes
     12    - gecko_taskgraph.transforms.job
     13    - gecko_taskgraph.transforms.task
     14 
     15 kind-dependencies:
     16    - build-signing
     17    - toolchain
     18 
     19 task-defaults:
     20    run-on-repo-type: [hg]
     21 
     22 only-for-build-platforms:
     23    - linux64-shippable/opt
     24    - linux64-devedition/opt
     25    - linux64-aarch64-shippable/opt
     26    - linux64-aarch64-devedition/opt
     27    - linux64/opt
     28    - linux64-aarch64/opt
     29 
     30 tasks:
     31    repackage-deb:
     32        from-deps:
     33            group-by: single-with-filters
     34        shipping-phase: promote
     35        worker-type: b-linux
     36        worker:
     37            docker-image:
     38                in-tree: debian12-repackage
     39        mozharness:
     40            run-as-root: true
     41            use-caches: false
     42            config:
     43                by-build-platform:
     44                    linux64\b.*:
     45                        - repackage/base.py
     46                        - repackage/linux64_signed.py
     47        treeherder:
     48            symbol: Rpk-deb
     49        package-formats:
     50            by-build-platform:
     51                linux.*: [deb]