tor-browser

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

moz.yaml (1439B)


      1 # Version 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: "libdrm"
     16  description: "Userspace interface to controlling GPUs on linux"
     17 
     18  url: "https://cgit.freedesktop.org/drm/libdrm/"
     19  license: MIT
     20 
     21  release: d870a12c3abfe0d2347996c37784a34b37457b7a (2025-08-01T11:22:18.000+02:00).
     22 
     23  revision: d870a12c3abfe0d2347996c37784a34b37457b7a
     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/drm
     38  source-hosting: gitlab
     39  vendor-directory: third_party/drm/drm
     40  skip-vendoring-steps: ['update-moz-build'] 
     41  exclude:
     42    - '**'
     43 
     44  include:
     45    - include/drm/drm.h
     46    - include/drm/drm_fourcc.h
     47    - include/drm/drm_mode.h
     48    - xf86drm.h
     49  keep:
     50    - LICENSE
     51  update-actions:
     52    - action: move-dir
     53      from: '{vendor_dir}/include/drm'
     54      to: '{vendor_dir}/include/libdrm'