moz.yaml (1196B)
1 # Versio of this schema 2 schema: 1 3 4 bugzilla: 5 # Bugzilla product and component for this directory and subdirectories 6 product: "Core" 7 component: "WebRTC" 8 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. 13 14 origin: 15 name: "libepoxy" 16 description: "Epoxy is a library for handling OpenGL function pointer management" 17 18 url: "https://github.com/anholt/libepoxy" 19 license: MIT 20 21 release: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f (2022-12-18T16:25:55Z)' 22 23 revision: '2df68f811fc1a5f0a6d372ecdb887333ad3f540f' 24 license-file: COPYING 25 26 updatebot: 27 maintainer-phab: ng 28 maintainer-bz: ngrunbaum@me.com 29 tasks: 30 - type: vendoring 31 enabled: true 32 frequency: release 33 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: .