summaryrefslogtreecommitdiffstats
path: root/js/src/irregexp/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:44:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:44:51 +0000
commit9e3c08db40b8916968b9f30096c7be3f00ce9647 (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /js/src/irregexp/moz.yaml
parentInitial commit. (diff)
downloadthunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.tar.xz
thunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/irregexp/moz.yaml')
-rw-r--r--js/src/irregexp/moz.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/js/src/irregexp/moz.yaml b/js/src/irregexp/moz.yaml
new file mode 100644
index 0000000000..b42066e148
--- /dev/null
+++ b/js/src/irregexp/moz.yaml
@@ -0,0 +1,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: d94dfc2b01f988566aa410ce871588cf23b1285d (Thu May 04 20:02:50 2023).
+ revision: d94dfc2b01f988566aa410ce871588cf23b1285d
+
+ 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