From 79cb665612a91e4c7c1f659834a7e4679161c19f Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Wed, 25 Jan 2023 05:34:32 -0600 Subject: [PATCH] Update trunk.sh --- trunk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk.sh b/trunk.sh index f755b45a..28b4416d 100755 --- a/trunk.sh +++ b/trunk.sh @@ -240,12 +240,12 @@ rm -r -f -v chrome/browser/safe_browsing/safe_browsing_dummy.cc && git checkout -f origin/main && +git clean -ffd && + git rebase-update && git fetch --tags && -git clean -ffd && - gclient sync --with_branch_heads --with_tags -f -R -D && gclient runhooks &&