Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
meta: remove redudant logging from dep updaters
  • Loading branch information
avivkeller committed Jul 9, 2024
commit 8dae1d365a7809d203196db283b48e9f41c841a4
8 changes: 0 additions & 8 deletions tools/dep_updaters/update-acorn-walk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ tar -xf "$ACORN_WALK_TGZ"

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
# and print the new version as the last line of the script as we need
# to add it to $GITHUB_ENV variable
Expand Down
9 changes: 0 additions & 9 deletions tools/dep_updaters/update-acorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ cat > "$BASE_DIR/src/acorn_version.h" <<EOF
#endif // SRC_ACORN_VERSION_H_
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
# and print the new version as the last line of the script as we need
# to add it to $GITHUB_ENV variable
Expand Down
8 changes: 0 additions & 8 deletions tools/dep_updaters/update-gyp-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ rm -rf "$BASE_DIR/tools/gyp"

mv "$WORKSPACE/gyp" "$BASE_DIR/tools/"

echo "All done!"
echo ""
echo "Please git add gyp-next and commit the new version:"
echo ""
echo "$ git add -A tools/gyp"
Comment thread
avivkeller marked this conversation as resolved.
echo "$ git commit -m \"tools: update gyp-next to $NEW_VERSION\""
echo ""

# The last line of the script should always print the new version,
# as we need to add it to $GITHUB_ENV variable.
echo "NEW_VERSION=$NEW_VERSION"
8 changes: 0 additions & 8 deletions tools/dep_updaters/update-minimatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ rm -rf node_modules

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
# and print the new version as the last line of the script as we need
# to add it to $GITHUB_ENV variable
Expand Down