tor-browser

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

moz.yaml (1367B)


      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/libdrm. 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: "libgbm"
     16  description: "Graphics buffer manipulation components of Mesa"
     17 
     18  url: "https://gitlab.freedesktop.org/mesa/mesa"
     19  license: MIT
     20 
     21  release: "e664082d3507d790ac31f721e8900417efd3a95b (2023-01-19T04:09:17.000+00:00)"
     22 
     23  revision: "e664082d3507d790ac31f721e8900417efd3a95b"
     24  # The codebase does not provide a LICENSE file!
     25  # https://docs.mesa3d.org/license.html#license-copyright-information
     26  # license-file: LICENSE
     27 
     28 updatebot:
     29  maintainer-phab: ng
     30  maintainer-bz: ngrunbaum@me.com
     31  tasks:
     32    - type: vendoring
     33      enabled: true
     34      frequency: release
     35 
     36 vendoring:
     37  url: https://gitlab.freedesktop.org/mesa/mesa
     38  source-hosting: gitlab
     39  vendor-directory: third_party/gbm/gbm
     40  skip-vendoring-steps: ['update-moz-build'] 
     41  exclude:
     42    - '**'
     43 
     44  include:
     45    - src/gbm/main/gbm.h
     46 
     47  keep:
     48    - LICENSE
     49 
     50  update-actions:
     51    - action: move-file
     52      from: '{vendor_dir}/src/gbm/main/gbm.h'
     53      to: '{vendor_dir}/gbm.h'