From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- js/src/irregexp/moz.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 js/src/irregexp/moz.yaml (limited to 'js/src/irregexp/moz.yaml') diff --git a/js/src/irregexp/moz.yaml b/js/src/irregexp/moz.yaml new file mode 100644 index 0000000000..e230a89cfd --- /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: 30a887aeb92153885619d8bb9fa57cda7adf9276 (Thu Jul 06 11:42:30 2023). + revision: 30a887aeb92153885619d8bb9fa57cda7adf9276 + + 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 -- cgit v1.2.3