Bug 1760604 - fix bogus domain to be example.com which is part of our test PAC rules...
[gecko.git] / gfx / angle / moz.yaml
blob183ea5cf8771689809457f775cad4534e4f6d275
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 018f85dea11fd5e41725750c6958695a6b8e8409 Thu Sep 9 20:40:49 2021 +0000
19   revision: 018f85dea11fd5e41725750c6958695a6b8e8409
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/4515
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}'