◐ Shell
clean mode source ↗

meta: remove redudant logging from dep updaters · nodejs/node@e60b089

Original file line numberDiff line numberDiff line change

@@ -52,14 +52,6 @@ tar -xf "$ACORN_WALK_TGZ"

5252
5353

mv package/* "$DEPS_DIR/acorn/acorn-walk"

5454
55-

echo "All done!"

56-

echo ""

57-

echo "Please git add acorn-walk, commit the new version:"

58-

echo ""

59-

echo "$ git add -A deps/acorn-walk"

60-

echo "$ git commit -m \"deps: update acorn-walk to $NEW_VERSION\""

61-

echo ""

62-
6355

# Update the version number on maintaining-dependencies.md

6456

# and print the new version as the last line of the script as we need

6557

# to add it to $GITHUB_ENV variable

Original file line numberDiff line numberDiff line change

@@ -62,15 +62,6 @@ cat > "$BASE_DIR/src/acorn_version.h" <<EOF

6262

#endif // SRC_ACORN_VERSION_H_

6363

EOF

6464
65-

echo "All done!"

66-

echo ""

67-

echo "Please git add acorn, commit the new version:"

68-

echo ""

69-

echo "$ git add -A deps/acorn/acorn"

70-

echo "$ git add $BASE_DIR/src/acorn_version.h"

71-

echo "$ git commit -m \"deps: update acorn to $NEW_VERSION\""

72-

echo ""

73-
7465

# Update the version number on maintaining-dependencies.md

7566

# and print the new version as the last line of the script as we need

7667

# to add it to $GITHUB_ENV variable

Original file line numberDiff line numberDiff line change

@@ -62,14 +62,6 @@ rm -rf node_modules

6262
6363

mv ./* "$DEPS_DIR/minimatch"

6464
65-

echo "All done!"

66-

echo ""

67-

echo "Please git add minimatch, commit the new version:"

68-

echo ""

69-

echo "$ git add -A deps/minimatch"

70-

echo "$ git commit -m \"deps: update minimatch to $NEW_VERSION\""

71-

echo ""

72-
7365

# Update the version number on maintaining-dependencies.md

7466

# and print the new version as the last line of the script as we need

7567

# to add it to $GITHUB_ENV variable