mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Delete trunk.sh
This commit is contained in:
parent
5586a2c9de
commit
ceaa2ff6cd
1 changed files with 0 additions and 19 deletions
19
trunk.sh
19
trunk.sh
|
@ -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
|
|
Loading…
Reference in a new issue