diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/googletest/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-upstream/124.0.1.tar.xz firefox-upstream/124.0.1.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/googletest/moz.yaml')
-rw-r--r-- | third_party/googletest/moz.yaml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/third_party/googletest/moz.yaml b/third_party/googletest/moz.yaml new file mode 100644 index 0000000000..98b3d27fc9 --- /dev/null +++ b/third_party/googletest/moz.yaml @@ -0,0 +1,61 @@ +schema: 1 + +bugzilla: + product: Testing + component: GTest + +origin: + name: googletest + description: Google Testing and Mocking Framework + + url: https://google.github.io/googletest/ + + release: 8495449f075543dbac005d6c33118e58ad770d75 (2023-12-18T18:14:49Z). + + revision: 8495449f075543dbac005d6c33118e58ad770d75 + + license: BSD-3-Clause + license-file: LICENSE + +vendoring: + url: https://github.com/google/googletest + source-hosting: github + tracking: commit + + exclude: + - .github/ + - ci/ + - docs/ + - googlemock/docs/ + - googlemock/samples/ + - googlemock/scripts/ + - googlemock/test/ + - googletest/docs/ + - googletest/samples/ + - googletest/scripts/ + - googletest/test/ + # Customization points, replaced by headers in testing/gtest/mozilla/ + - googlemock/include/gmock/internal/custom + - googletest/include/gtest/internal/custom + + keep: + - gen_moz_build.py + + skip-vendoring-steps: + - update-moz-build # Handled by gen_moz_build.py + + update-actions: + - action: run-script + script: "{yaml_dir}/gen_moz_build.py" + cwd: "{yaml_dir}" + + patches: + - "*.patch" + +updatebot: + maintainer-phab: ahal + maintainer-bz: ahal@mozilla.com + tasks: + - type: vendoring + enabled: true + frequency: release |