tor-browser

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

kind.yml (1071B)


      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.mac_notarization
     10    - gecko_taskgraph.transforms.name_sanity
     11    - gecko_taskgraph.transforms.signing
     12    - gecko_taskgraph.transforms.task
     13 
     14 kind-dependencies:
     15    - build-mac-signing
     16 
     17 only-for-attributes:
     18    - shippable
     19 
     20 task-defaults:
     21    run-on-repo-type: [hg]
     22 
     23 tasks:
     24    build-mac-notarization:
     25        from-deps:
     26            group-by: single-with-filters
     27            copy-attributes: true
     28        treeherder:
     29            symbol: BMN
     30        upstream-artifacts:
     31            - taskType: signing
     32              paths:
     33                  - public/build/target.tar.gz
     34                  - public/build/target.pkg
     35              formats: ["apple_notarization_stacked"]
     36              taskId:
     37                  task-reference: <build-mac-signing>