node/tools
Darshan Sen 71e9bc1108 tools: fix timezone update tool
The spawnSync call was previously silently failing with this error:
```sh
icupkg: unable to open input file "icudt*.dat"
```
because spawnSync doesn't support globbing. This change replaces the
spawnSync call with execSync because that supports globbing.

I have tested this workflow with some minor modifications in my fork and
I can confirm that it works as expected now. The bot opened this PR -
https://github.com/RaisinTen/node/pull/2 which updates
deps/icu-small/source/data/in/icudt71l.dat.bz2.

Fixes: https://github.com/nodejs/node/issues/44865
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/44870
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-10 15:23:50 +00:00
..
actions tools: update main branch name 2022-06-17 08:48:18 +01:00
bootstrap
clang-format tools: update clang-format 1.7.0 to 1.8.0 2022-06-01 11:23:55 +01:00
configure.d
dep_checker tools: update undici CPE in vuln checking script 2022-08-06 10:39:58 +00:00
doc perf_hooks: fix webperf idlharness 2022-10-04 00:55:58 +08:00
eslint-rules tools: refactor deprecated format in no-unescaped-regexp-dot 2022-09-27 21:26:54 +00:00
gyp tools: update gyp-next to v0.13.0 2022-09-14 07:55:11 +00:00
icu doc: update link of ICU data slicer 2022-06-20 11:20:57 +02:00
inspector_protocol doc: consolidate use of multiple-byte units 2022-04-20 00:46:37 +02:00
lint-md tools: update lint-md-dependencies to rollup@2.79.1 2022-09-26 22:25:31 +00:00
macos-installer
msvs build: remove dtrace & etw support 2022-07-17 17:33:52 +01:00
node_modules tools: update eslint to 8.25.0 2022-10-09 06:02:12 +00:00
pip
snapshot src: consolidate exit codes in the code base 2022-10-06 12:41:16 +00:00
v8
v8_gypfiles gyp: libnode for ios app embedding 2022-09-21 18:02:40 +08:00
zos tools: support versioned node shared libs on z/OS 2022-07-20 20:51:29 -04:00
.eslintrc.yaml tools: enable no-var ESLint rule for lib 2022-04-04 10:53:29 +00:00
build-addons.mjs tools: refactor build-addons.js to ESM 2022-05-22 14:28:41 +01:00
certdata.txt
checkimports.py
compress_json.py doc: consolidate use of multiple-byte units 2022-04-20 00:46:37 +02:00
copyfile.py
cpplint.py tools: refloat 7 Node.js patches to cpplint.py 2022-03-22 22:44:54 -07:00
create_android_makefiles
create_expfile.sh
enable_fips_include.py
find-inactive-collaborators.mjs tools: add verbose flag to find-inactive-collaborators 2022-07-26 05:08:27 +01:00
find-inactive-tsc.mjs tools: add verbose flag to inactive TSC finder 2022-07-22 18:20:54 +01:00
gen_node_def.cc build: fix various shared library build issues 2022-05-06 17:24:46 -04:00
genv8constants.py
getarch.py
getendian.py
getmachine.py
getmoduleversion.py
getnapibuildversion.py
getnodeversion.py
getsharedopensslhasquic.py
gyp_node.py
install.py build: add --libdir flag to configure 2022-08-28 08:12:42 +00:00
js2c.py src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
license2rtf.mjs tools: refactor tools/license2rtf to ESM 2022-07-08 02:38:04 +08:00
license-builder.sh deps,src: use SIMD for normal base64 encoding 2022-07-14 11:41:11 -04:00
lint-pr-url.mjs tools: update main branch name 2022-06-17 08:48:18 +01:00
lint-sh.mjs tools: refactor lint-sh.js to esm module 2022-05-08 16:08:10 +01:00
lsan_suppressions.txt
macos-firewall.sh tools: lint osx shell scripts 2022-04-14 23:08:55 +01:00
make-v8.sh
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh
osx-entitlements.plist
osx-gon-config.json.tmpl
osx-notarize.sh tools: lint osx shell scripts 2022-04-14 23:08:55 +01:00
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
run-worker.js
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat build: convert V8 test JSON to JUnit XML 2022-10-03 17:45:40 +00:00
test.py tools: increase timeout of running WPT 2022-09-11 21:41:14 +00:00
update-authors.mjs tools: fix typo in tools/update-authors.mjs 2022-09-30 05:49:00 +00:00
update-cares.sh
update-eslint.sh
update-llhttp.sh tools: add update-llhttp.sh 2022-09-19 16:00:52 +02:00
update-nghttp2.sh tools: fix typo in update-nghttp2.sh 2022-09-16 13:28:04 +00:00
update-npm.sh tools: update main branch name 2022-06-17 08:48:18 +01:00
update-timezone.mjs tools: fix timezone update tool 2022-10-10 15:23:50 +00:00
update-undici.sh deps: update undici to 5.1.1 2022-05-02 13:15:50 +01:00
utils.py tools: make utils.SearchFiles deterministic 2022-10-04 15:08:36 +00:00
v8-json-to-junit.py build: convert V8 test JSON to JUnit XML 2022-10-03 17:45:40 +00:00
valgrind.supp