Skip to content

Commit 1cdc98c

Browse files
committed
minor version script fixes
1 parent 5dd3f43 commit 1cdc98c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

upstream_version.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ cd ${CR_SRC_DIR} &&
5050

5151
git checkout -f tags/$CR_VER &&
5252

53-
git clean -ffd &&
5453
git clean -ffd &&
5554
git clean -ffd &&
5655

5756
gclient sync --with_branch_heads --with_tags -f -R -D &&
5857

58+
git clean -ffd &&
59+
5960
# gclient runhooks &&
6061

6162
# Install sysroots (i.e. for ARM64)
@@ -66,7 +67,7 @@ printf "\n"
6667
printf "${GRE}Chromium tree is checked out at tag: ${c0}$CR_VER\n"
6768
printf "\n"
6869

69-
printf "${YEL}Downloading PGO Profiles for Linux, Windows, and Mac...\n" &&
70+
printf "${YEL}Downloading PGO Profiles for Linux & Windows...\n" &&
7071
printf "\n" &&
7172
tput sgr0 &&
7273

version.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ cp -v thorium-libjxl/src/third_party/.gitignore ${CR_SRC_DIR}/third_party/ &&
6262

6363
cd ${CR_SRC_DIR} &&
6464

65-
git clean -ffd &&
6665
git clean -ffd &&
6766
git clean -ffd &&
6867

6968
gclient sync --with_branch_heads --with_tags -f -R -D &&
7069

70+
git clean -ffd &&
71+
7172
# gclient runhooks &&
7273

7374
# Install sysroots (i.e. for ARM64)
@@ -78,7 +79,7 @@ printf "\n"
7879
printf "${GRE}Chromium tree is checked out at tag: ${c0}$THOR_VER\n"
7980
printf "\n"
8081

81-
printf "${YEL}Downloading PGO Profiles for Linux, Windows, and Mac...\n" &&
82+
printf "${YEL}Downloading PGO Profiles for Linux & Windows...\n" &&
8283
printf "\n" &&
8384
tput sgr0 &&
8485

0 commit comments

Comments
 (0)