tor-browser

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

kind.yml (1670B)


      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    - gecko_taskgraph.transforms.release_deps:transforms
      9    - gecko_taskgraph.transforms.release_notifications:transforms
     10    - gecko_taskgraph.transforms.task:transforms
     11 
     12 kind-dependencies:
     13    - post-beetmover-dummy
     14 
     15 task-defaults:
     16    run-on-repo-type: [hg]
     17    name: notify-av-announce
     18    description: Sends email to antivirus vendors telling them that the release is available for scanning.
     19    run-on-projects: []
     20    shipping-phase: push
     21    worker-type: succeed
     22    notifications:
     23        # !t is a custom format option that calls .title() on the string.
     24        subject: "{task[shipping-product]!t} {release_config[version]} build{release_config[build_number]} release"
     25        message: |
     26            Company Name: Mozilla
     27            Contact Department: Release Engineering
     28            Contact email address: release@mozilla.com
     29            Product information: {task[shipping-product]} {release_config[version]}
     30            Product location: https://releases.mozilla.org/pub/{task[shipping-product]}/candidates/{release_config[version]}-candidates/build{release_config[build_number]}/
     31        emails:
     32            by-project:
     33                mozilla-(beta|release|esr.*): ["av-vendor-release-announce@mozilla.org"]
     34                try: ["{config[params][owner]}"]
     35                default: []
     36 
     37 tasks:
     38    firefox:
     39        shipping-product: firefox
     40    devedition:
     41        shipping-product: devedition