tor-browser

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

moz.yaml (1358B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: Graphics
      6 
      7 origin:
      8  name: angle
      9 
     10  description: ANGLE - Almost Native Graphics Layer Engine
     11 
     12  url: https://chromium.googlesource.com/angle/angle
     13 
     14  # Note that while the vendoring information here, including revision,
     15  # release, and upstream repo locations refer to the third party upstream,
     16  # Angle is vendored from a mozilla git repository that pulls from
     17  # upstream and mainntains local patches there.
     18  release: commit ceec659ac60b0c8ee9d9c602ca1a878ec1d3a88f Fri Nov 4 13:35:51 2022 +0000
     19  revision: ceec659ac60b0c8ee9d9c602ca1a878ec1d3a88f
     20 
     21  license: BSD-3-Clause
     22 
     23 updatebot:
     24  maintainer-phab: jgilbert
     25  maintainer-bz: jgilbert@mozilla.com
     26  tasks:
     27    - type: commit-alert
     28      enabled: True
     29      branch: chromium/5359
     30      needinfo: ["jgilbert@mozilla.com"]
     31 
     32 vendoring:
     33  url: https://chromium.googlesource.com/angle/angle
     34  # Technically we aren't tracking 'tags', we're tracking branches but Angle has a
     35  # special setup and tag is the most analogous without needing to create a whole
     36  # new thing just for it.
     37  tracking: tag
     38  source-hosting: angle
     39  vendor-directory: gfx/angle/checkout
     40  skip-vendoring-steps: ["fetch", "update-moz-build"]
     41 
     42  update-actions:
     43    - action: run-script
     44      script: '{yaml_dir}/auto-update-angle.sh'
     45      args: ['{revision}']
     46      cwd: '{cwd}'