mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: fix broken link to new folder doc/contributing/maintaining
PR-URL: https://github.com/nodejs/node/pull/48205 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
d81151e100
commit
242362440d
2
.github/workflows/timezone-update.yml
vendored
2
.github/workflows/timezone-update.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
body: |
|
||||
This PR was generated by tools/timezone-update.yml.
|
||||
|
||||
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data
|
||||
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-icu.md#time-zone-data
|
||||
|
||||
To test, build node off this branch & log the version of tz using
|
||||
```js
|
||||
|
2
deps/openssl/README.md
vendored
2
deps/openssl/README.md
vendored
@ -86,4 +86,4 @@ Also remove the architecture from the list of supported ASM architectures in
|
||||
|
||||
### Upgrading OpenSSL
|
||||
|
||||
Please refer to [maintaining-openssl](../../doc/contributing/maintaining-openssl.md).
|
||||
Please refer to [maintaining-openssl](../../doc/contributing/maintaining/maintaining-openssl.md).
|
||||
|
@ -120,4 +120,4 @@ been created with the changes), do the following:
|
||||
3. Create a commit for the update and in the commit message include the
|
||||
important/relevant items from the changelog.
|
||||
|
||||
[`maintaining-openssl.md`]: https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md
|
||||
[`maintaining-openssl.md`]: https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
# Shell script to update OpenSSL in the source tree to a specific version
|
||||
# Based on https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md
|
||||
# Based on https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md
|
||||
|
||||
cleanup() {
|
||||
EXIT_CODE=$?
|
||||
@ -56,7 +56,7 @@ regenerate() {
|
||||
|
||||
make -C "$DEPS_DIR/openssl/config" clean
|
||||
# Needed for compatibility with nasm on 32-bit Windows
|
||||
# See https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md#2-execute-make-in-depsopensslconfig-directory
|
||||
# See https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md#2-execute-make-in-depsopensslconfig-directory
|
||||
sed -i 's/#ifdef/%ifdef/g' "$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
|
||||
sed -i 's/#endif/%endif/g' "$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
|
||||
make -C "$DEPS_DIR/openssl/config"
|
||||
|
@ -3,7 +3,8 @@
|
||||
# This function logs the archive checksum and, if provided, compares it with
|
||||
# the deposited checksum
|
||||
#
|
||||
# $1 is the package name e.g. 'acorn', 'ada', 'base64' etc. See that file
|
||||
# $1 is the package name e.g. 'acorn', 'ada', 'base64' etc. See the file
|
||||
# https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-dependencies.md
|
||||
# for a complete list of package name
|
||||
# $2 is the downloaded archive
|
||||
# $3 (optional) is the deposited sha256 cheksum. When provided, it is checked
|
||||
|
Loading…
Reference in New Issue
Block a user