tor-browser

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

moz.yaml (833B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Toolkit
      5  component: General
      6 
      7 origin:
      8  name: "cfworker"
      9  description: A JSON schema validator
     10  url: https://github.com/cfworker/cfworker/tree/main/packages/json-schema
     11  license: MIT
     12  release: commit @cfworker/dev@1.13.2 (2022-01-23T22:05:24+00:00).
     13  revision: "v1.10.1"
     14 
     15 vendoring:
     16  url: https://github.com/cfworker/cfworker
     17  source-hosting: github
     18  tracking: tag
     19  skip-vendoring-steps: ["update-moz-build"]
     20 
     21  keep:
     22    - build.sh
     23    - exports.awk
     24    - json-schema.jsm.patch
     25    - tsconfig-base.json.patch
     26 
     27  exclude:
     28    - "**"
     29 
     30  include:
     31    - LICENSE.md
     32    - packages/json-schema/src
     33    - packages/json-schema/package.json
     34    - packages/json-schema/tsconfig.json
     35    - tsconfig-base.json
     36 
     37  update-actions:
     38    - action: run-script
     39      script: 'build.sh'
     40      cwd: '{yaml_dir}'