summaryrefslogtreecommitdiffstats
path: root/js/src/irregexp/moz.yaml
blob: ca44833c241f36134cd6aa21dbeb755f5cbaeaa1 (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
schema: 1

bugzilla:
  product: Core
  component: "JavaScript Engine"

origin:
  name: irregexp
  description: A fast regular expression engine from V8
  url: https://v8.dev

  release: e50ab13bbfaaf72717fd73d9a01434e4c3c1a0a8 (Thu Feb 29 03:38:59 2024).
  revision: e50ab13bbfaaf72717fd73d9a01434e4c3c1a0a8

  license: BSD-3-Clause
  license-file: LICENSE.v8

vendoring:
  url: https://chromium.googlesource.com/v8/v8.git
  source-hosting: googlesource
  vendor-directory: js/src/irregexp/
  skip-vendoring-steps: ['fetch', 'move-contents']

  update-actions:
    - action: run-script
      script: 'import-irregexp.py'
      cwd: '{yaml_dir}'

updatebot:
  maintainer-phab: iain
  maintainer-bz: iireland@mozilla.com
  try-preset: sm-shell
  tasks:
    - type: vendoring
      enabled: True
      frequency: 1 week