You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
# SAMPLE
|
|
# copy to stbitten-env.sh - run by startup.sh
|
|
export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
|
|
export BUILDER_CONF=${HOME}/bitten-conf
|
|
export BUILDER_DIR=${HOME}/build
|
|
export BUILDER_USER=yeahright
|
|
export BUILDER_PASS=hunter42
|
|
export BUILDER_NAME=some-bot
|
|
export BUILDER_BEST=${HOME}/best
|
|
|
|
|