tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (1273B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Testing
      5  component: GTest
      6 
      7 origin:
      8  name: googletest
      9  description: Google Testing and Mocking Framework
     10 
     11  url: https://google.github.io/googletest/
     12 
     13  release: 2ce9d8f2e85550a94d6ac977c881fe3658129ac6 (2025-10-13T13:51:01Z).
     14 
     15  revision: 2ce9d8f2e85550a94d6ac977c881fe3658129ac6
     16 
     17  license: BSD-3-Clause
     18  license-file: LICENSE
     19 
     20 vendoring:
     21  url: https://github.com/google/googletest
     22  source-hosting: github
     23  tracking: commit
     24 
     25  exclude:
     26    - .github/
     27    - ci/
     28    - docs/
     29    - googlemock/docs/
     30    - googlemock/samples/
     31    - googlemock/scripts/
     32    - googlemock/test/
     33    - googletest/docs/
     34    - googletest/samples/
     35    - googletest/scripts/
     36    - googletest/test/
     37    # Customization points, replaced by headers in testing/gtest/mozilla/
     38    - googlemock/include/gmock/internal/custom
     39    - googletest/include/gtest/internal/custom
     40 
     41  keep:
     42    - gen_moz_build.py
     43 
     44  skip-vendoring-steps:
     45    - update-moz-build # Handled by gen_moz_build.py
     46 
     47  update-actions:
     48    - action: run-script
     49      script: "{yaml_dir}/gen_moz_build.py"
     50      cwd: "{yaml_dir}"
     51 
     52  patches:
     53    - "*.patch"
     54 
     55 updatebot:
     56  maintainer-phab: ahal
     57  maintainer-bz: ahal@mozilla.com
     58  tasks:
     59    - type: vendoring
     60      enabled: true
     61      frequency: release