Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
[gecko.git] / third_party / libepoxy / moz.yaml
blobbd7aefa66924224b0309e1f1baabd7bf00a8ba3b
1 # Versio of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: "Core"
7   component: "WebRTC"
9 # The source in this directory was copied from upstream by running the
10 # update.py script from third_party/libepoxy. Any changes made relative to
11 # upstream should be reflected in that script, e.g. by applying patch files
12 # after the copy step.
14 origin:
15   name: "libepoxy"
16   description: "Epoxy is a library for handling OpenGL function pointer management"
18   url: "https://github.com/anholt/libepoxy"
19   license: MIT
21   release: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f (2022-12-18T16:25:55Z)' 
23   revision: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f'
24   license-file: COPYING
26 updatebot:
27   maintainer-phab: ng
28   maintainer-bz: na-g@nostrum.com
29   tasks:
30     - type: vendoring
31       enabled: true
32       frequency: release
34 vendoring:
35   url: https://github.com/anholt/libepoxy
36   source-hosting: github
37   vendor-directory: third_party/libepoxy/libepoxy
38   skip-vendoring-steps: ['update-moz-build'] 
39   exclude:
40     - '.*'
41   keep:
42     - 'COPYING.md'
43   update-actions:
44     - action: run-script
45       script: ../update_libepoxy.sh
46       cwd: .