diff --git a/trunk.sh b/trunk.sh deleted file mode 100644 index 7239eda7..00000000 --- a/trunk.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -cd $HOME/chromium/src && - -git checkout -f origin/main && - -git rebase-update && - -git fetch --tags && - -gclient sync -D && - -gclient sync --with_branch_heads --with_tags && - -gclient runhooks && - -python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles && - -exit 0