tor-browser

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

kind.yml (1425B)


      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.repackage_l10n
     10    - gecko_taskgraph.transforms.name_sanity
     11    - gecko_taskgraph.transforms.repackage
     12    - gecko_taskgraph.transforms.repackage_routes
     13    - gecko_taskgraph.transforms.job
     14    - gecko_taskgraph.transforms.task
     15 
     16 kind-dependencies:
     17    - shippable-l10n-signing
     18 
     19 task-defaults:
     20    run-on-repo-type: [hg]
     21 
     22 only-for-build-platforms:
     23    # Langpacks support all CPU architectures. We just need to pick one
     24    - linux64-devedition/opt
     25    - linux64-shippable/opt
     26 
     27 tasks:
     28    repackage-deb-l10n:
     29        from-deps:
     30            group-by: single-with-filters
     31        worker-type: b-linux
     32        worker:
     33            docker-image: {"in-tree": "debian12-repackage"}
     34            max-run-time: 600
     35        mozharness:
     36            run-as-root: true
     37            use-caches: false
     38            config:
     39                by-build-platform:
     40                    linux64\b.*:
     41                        - repackage/base.py
     42                        - repackage/linux64_signed.py
     43        package-formats:
     44            by-build-platform:
     45                linux.*: [deb-l10n]
     46        treeherder-group: deb-L10n