Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite60b089

Browse files
avivkellermarco-ippolito
authored andcommitted
meta: remove redudant logging from dep updaters
PR-URL:#53783Reviewed-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 parent3c5e593 commite60b089

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

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

Lines 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

‎tools/dep_updaters/update-acorn.sh

Lines 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

‎tools/dep_updaters/update-minimatch.sh

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp