tor-browser

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

kind.yml (1619B)


      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.job
     12    - gecko_taskgraph.transforms.task
     13 
     14 kind-dependencies:
     15    - repackage-signing
     16    - repackage-signing-l10n
     17    - fetch
     18 
     19 task-defaults:
     20    run-on-repo-type: [hg]
     21 
     22 only-for-build-platforms:
     23    - win32-shippable/opt
     24    - win64-shippable/opt
     25    - win32-devedition/opt
     26    - win64-devedition/opt
     27 
     28 tasks:
     29    repackage-msi:
     30        worker-type: 'b-win2022'
     31        from-deps:
     32            group-by: single-with-filters
     33        mozharness:
     34            use-magic-mh-args: false
     35            config:
     36                by-build-platform:
     37                    win32\b.*:
     38                        - repackage/base.py
     39                        - repackage/win32_sfx_stub.py
     40                        - repackage/win32_signed.py
     41                    win64(?!-aarch64)\b.*:
     42                        - repackage/base.py
     43                        - repackage/win32_sfx_stub.py
     44                        - repackage/win64_signed.py
     45                    win64-aarch64\b.*:
     46                        - repackage/base.py
     47                        - repackage/win64-aarch64_sfx_stub.py
     48                        - repackage/win64_signed.py
     49        package-formats: [msi]
     50        fetches:
     51            fetch:
     52                - wix-3.14.0