blob: 98b3d27fc9bf4b4886b4e011695ff153bd79d8cc (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
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
|