mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
meta: remove redudant logging from dep updaters
PR-URL: https://github.com/nodejs/node/pull/53783 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
53dead8912
commit
7d07c95f55
3 changed files with 0 additions and 25 deletions
|
@ -52,14 +52,6 @@ tar -xf "$ACORN_WALK_TGZ"
|
||||||
|
|
||||||
mv package/* "$DEPS_DIR/acorn/acorn-walk"
|
mv package/* "$DEPS_DIR/acorn/acorn-walk"
|
||||||
|
|
||||||
echo "All done!"
|
|
||||||
echo ""
|
|
||||||
echo "Please git add acorn-walk, commit the new version:"
|
|
||||||
echo ""
|
|
||||||
echo "$ git add -A deps/acorn-walk"
|
|
||||||
echo "$ git commit -m \"deps: update acorn-walk to $NEW_VERSION\""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
# Update the version number on maintaining-dependencies.md
|
# Update the version number on maintaining-dependencies.md
|
||||||
# and print the new version as the last line of the script as we need
|
# and print the new version as the last line of the script as we need
|
||||||
# to add it to $GITHUB_ENV variable
|
# to add it to $GITHUB_ENV variable
|
||||||
|
|
|
@ -62,15 +62,6 @@ cat > "$BASE_DIR/src/acorn_version.h" <<EOF
|
||||||
#endif // SRC_ACORN_VERSION_H_
|
#endif // SRC_ACORN_VERSION_H_
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "All done!"
|
|
||||||
echo ""
|
|
||||||
echo "Please git add acorn, commit the new version:"
|
|
||||||
echo ""
|
|
||||||
echo "$ git add -A deps/acorn/acorn"
|
|
||||||
echo "$ git add $BASE_DIR/src/acorn_version.h"
|
|
||||||
echo "$ git commit -m \"deps: update acorn to $NEW_VERSION\""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
# Update the version number on maintaining-dependencies.md
|
# Update the version number on maintaining-dependencies.md
|
||||||
# and print the new version as the last line of the script as we need
|
# and print the new version as the last line of the script as we need
|
||||||
# to add it to $GITHUB_ENV variable
|
# to add it to $GITHUB_ENV variable
|
||||||
|
|
|
@ -62,14 +62,6 @@ rm -rf node_modules
|
||||||
|
|
||||||
mv ./* "$DEPS_DIR/minimatch"
|
mv ./* "$DEPS_DIR/minimatch"
|
||||||
|
|
||||||
echo "All done!"
|
|
||||||
echo ""
|
|
||||||
echo "Please git add minimatch, commit the new version:"
|
|
||||||
echo ""
|
|
||||||
echo "$ git add -A deps/minimatch"
|
|
||||||
echo "$ git commit -m \"deps: update minimatch to $NEW_VERSION\""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
# Update the version number on maintaining-dependencies.md
|
# Update the version number on maintaining-dependencies.md
|
||||||
# and print the new version as the last line of the script as we need
|
# and print the new version as the last line of the script as we need
|
||||||
# to add it to $GITHUB_ENV variable
|
# to add it to $GITHUB_ENV variable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue