diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/libepoxy/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libepoxy/moz.yaml')
-rw-r--r-- | third_party/libepoxy/moz.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/third_party/libepoxy/moz.yaml b/third_party/libepoxy/moz.yaml new file mode 100644 index 0000000000..c7a190843c --- /dev/null +++ b/third_party/libepoxy/moz.yaml @@ -0,0 +1,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: chew + maintainer-bz: ngrunbaum@mozilla.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: . + |