Merge mozilla-central to autoland. CLOSED TREE
[gecko.git] / gfx / angle / moz.yaml
blob189812f43c47f4625c6ecb05b705cb172f97a6e4
1 schema: 1
3 bugzilla:
4   product: Core
5   component: Graphics
7 origin:
8   name: angle
10   description: ANGLE - Almost Native Graphics Layer Engine
12   url: https://chromium.googlesource.com/angle/angle
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
21   license: BSD-3-Clause
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"]
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"]
42   update-actions:
43     - action: run-script
44       script: '{yaml_dir}/auto-update-angle.sh'
45       args: ['{revision}']
46       cwd: '{cwd}'