change ~ to $PWD
This commit is contained in:
parent
5c77002b75
commit
d494cd909e
@ -8,19 +8,19 @@ cd ..
|
|||||||
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
|
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
|
||||||
#------------------
|
#------------------
|
||||||
|
|
||||||
cipd install infra/goma/client/linux-amd64 -root ~/goma
|
cipd install infra/goma/client/linux-amd64 -root $PWD/goma
|
||||||
|
|
||||||
cat "nomatter" >~/.debug_auth_file
|
cat "nomatter" >$PWD/.debug_auth_file
|
||||||
cp bromite-buildtools/goma_auth.py ~/goma/
|
cp bromite-buildtools/goma_auth.py $PWD/goma/
|
||||||
|
|
||||||
export GOMA_SERVER_HOST=127.0.0.1
|
export GOMA_SERVER_HOST=127.0.0.1
|
||||||
export GOMA_SERVER_PORT=5050
|
export GOMA_SERVER_PORT=5050
|
||||||
export GOMA_USE_SSL=false
|
export GOMA_USE_SSL=false
|
||||||
export GOMA_HTTP_AUTHORIZATION_FILE=~/.debug_auth_file
|
export GOMA_HTTP_AUTHORIZATION_FILE=$PWD/.debug_auth_file
|
||||||
export GOMA_HERMETIC=error
|
export GOMA_HERMETIC=error
|
||||||
export GOMA_USE_LOCAL=false
|
export GOMA_USE_LOCAL=false
|
||||||
export GOMA_FALLBACK=true
|
export GOMA_FALLBACK=true
|
||||||
export GOMA_ARBITRARY_TOOLCHAIN_SUPPORT=true
|
export GOMA_ARBITRARY_TOOLCHAIN_SUPPORT=true
|
||||||
|
|
||||||
~/goma/goma_ctl.py ensure_stop
|
$PWD/goma/goma_ctl.py ensure_stop
|
||||||
~/goma/goma_ctl.py ensure_start
|
$PWD/goma/goma_ctl.py ensure_start
|
||||||
|
Loading…
Reference in New Issue
Block a user