summaryrefslogtreecommitdiffstats
path: root/third_party/libepoxy/moz.yaml
blob: bd7aefa66924224b0309e1f1baabd7bf00a8ba3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Versio of this schema
schema: 1

bugzilla:
  # Bugzilla product and component for this directory and subdirectories
  product: "Core"
  component: "WebRTC"

# The source in this directory was copied from upstream by running the
# update.py script from third_party/libepoxy. Any changes made relative to
# upstream should be reflected in that script, e.g. by applying patch files
# after the copy step.

origin:
  name: "libepoxy"
  description: "Epoxy is a library for handling OpenGL function pointer management"

  url: "https://github.com/anholt/libepoxy"
  license: MIT

  release: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f (2022-12-18T16:25:55Z)' 

  revision: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f'
  license-file: COPYING

updatebot:
  maintainer-phab: ng
  maintainer-bz: na-g@nostrum.com
  tasks:
    - type: vendoring
      enabled: true
      frequency: release

vendoring:
  url: https://github.com/anholt/libepoxy
  source-hosting: github
  vendor-directory: third_party/libepoxy/libepoxy
  skip-vendoring-steps: ['update-moz-build'] 
  exclude:
    - '.*'
  keep:
    - 'COPYING.md'
  update-actions:
    - action: run-script
      script: ../update_libepoxy.sh
      cwd: .