Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e60b089

Browse filesBrowse files
avivkellermarco-ippolito
authored andcommitted
meta: remove redudant logging from dep updaters
PR-URL: #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>
1 parent 3c5e593 commit e60b089
Copy full SHA for e60b089

3 files changed

-25Lines changed: 0 additions & 25 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tools/dep_updaters/update-acorn-walk.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-acorn-walk.sh
-8Lines changed: 0 additions & 8 deletions
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
Collapse file

‎tools/dep_updaters/update-acorn.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-acorn.sh
-9Lines changed: 0 additions & 9 deletions
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
Collapse file

‎tools/dep_updaters/update-minimatch.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-minimatch.sh
-8Lines changed: 0 additions & 8 deletions
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.