node/tools
Rich Trott e7a924e086
tools: do not mask errors on multiple commit retrieval
In commit-queue.sh, the assignment to `commits` will succeed and the
script will continue if one of the two `git` commands fails, even with
`-e` set. Split it into three separate assignments so that failures in
the `git` commands will be clearly logged and cause the script to exit
with a failure status code.

PR-URL: https://github.com/nodejs/node/pull/41340
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
2021-12-30 05:57:57 +00:00
..
actions tools: do not mask errors on multiple commit retrieval 2021-12-30 05:57:57 +00:00
bootstrap
clang-format
code_cache esm: add support for JSON import assertion 2021-11-03 20:06:55 -07:00
configure.d
doc stream: add map method to Readable 2021-12-29 20:32:36 +01:00
eslint-rules lib,tools: remove empty lines between JSDoc tags 2021-12-19 05:30:09 +00:00
gyp tools: update gyp-next to v0.10.1 2021-11-26 06:23:46 +00:00
icu deps: update ICU to 70.1 2021-11-09 17:26:53 +01:00
inspector_protocol tools: patch jinja2 for Python 3.10 compat 2021-10-06 17:06:26 -07:00
lint-md tools: update lint-md-dependencies to rollup@2.62.0 2021-12-27 14:47:57 +00:00
macos-installer
msvs build: adapt v8_pch.h to V8 9.3 2021-08-30 21:03:23 +02:00
node_modules tools: update eslint to 8.5.0 2021-12-19 15:28:41 +00:00
pip
rpm
snapshot
v8 tools: fetch googletest dependency for V8 CI 2021-07-20 15:29:37 +02:00
v8_gypfiles build: use '<(python)' instead of 'python' 2021-12-16 02:10:14 +00:00
.eslintrc.yaml tools: extend default yamllint config 2021-09-21 17:03:51 +00:00
build-addons.js
certdata.txt tools: update certdata.txt 2021-10-04 10:09:06 +00:00
checkimports.py
compress_json.py
copyfile.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
cpplint.py
create_android_makefiles
create_expfile.sh
enable_fips_include.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
find-inactive-collaborators.mjs tools: use {N} for spaces in regex 2021-12-23 23:19:19 +00:00
find-inactive-tsc.mjs build: remove extraneous quotation marks from commit body 2021-11-25 08:44:55 +00:00
genv8constants.py
getarch.py
getendian.py
getmachine.py
getmoduleversion.py
getnapibuildversion.py
getnodeversion.py
getsharedopensslhasquic.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
gyp_node.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
install.py build: add --without-corepack 2021-12-05 10:23:25 +00:00
js2c.py
license2rtf.js
license-builder.sh tools: make license-builder.sh comply with shellcheck 0.8.0 2021-12-22 14:38:13 +00:00
lint-pr-url.mjs
lint-sh.js tools: use arrow function for callback in lint-sh.js 2021-12-22 10:44:09 +00:00
lsan_suppressions.txt
macos-firewall.sh
make-v8.sh tools: add double-quotes to make-v8.sh 2021-12-22 03:49:56 +00:00
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh
osx-entitlements.plist
osx-gon-config.json.tmpl
osx-notarize.sh
osx-pkg-postinstall.sh deps: add corepack 2021-08-25 07:55:32 -07:00
osx-productsign.sh
release.sh
run-valgrind.py
run-worker.js test: test crypto.setEngine() using an actual engine 2021-10-30 08:46:02 +00:00
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py tools,test: make -J behavior default for test.py 2021-11-27 05:45:01 +00:00
update-authors.js tools: consolidate update-authors.js logic 2021-12-23 06:46:26 +00:00
update-cares.sh tools: add script to update c-ares 2021-11-01 19:48:44 -07:00
update-eslint.sh tools: include JSDoc in ESLint updating tool 2021-12-01 20:00:11 -08:00
update-npm.sh
utils.py
valgrind.supp