From 2304bbb769b524695b4d3f500fc232512b27036d Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 13 Nov 2021 19:15:39 -0600 Subject: [PATCH] Add flags to gclient sync --- trunk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk.sh b/trunk.sh index 63c91199..024fdaf6 100644 --- a/trunk.sh +++ b/trunk.sh @@ -12,7 +12,7 @@ git rebase-update && git fetch --tags && -gclient sync --with_branch_heads --with_tags -D && +gclient sync --with_branch_heads --with_tags -f -R -D && gclient runhooks &&