From 5c77002b754203e0feaef7154d603608491297b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 May 2021 17:45:25 +0000 Subject: [PATCH] copy goma_auth.py --- setup-goma-client.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-goma-client.sh b/setup-goma-client.sh index 3dd7f2e..84722eb 100644 --- a/setup-goma-client.sh +++ b/setup-goma-client.sh @@ -11,6 +11,7 @@ PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_too cipd install infra/goma/client/linux-amd64 -root ~/goma cat "nomatter" >~/.debug_auth_file +cp bromite-buildtools/goma_auth.py ~/goma/ export GOMA_SERVER_HOST=127.0.0.1 export GOMA_SERVER_PORT=5050