Project

General

Profile

« Previous | Next » 

Revision 0ce2a7f3

Added by Renato Botelho almost 10 years ago

Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current infrastructure, also remove some cd calls

View differences:

build.sh
78 78
	exit 1
79 79
}
80 80

  
81
export BUILDER_SCRIPTS=$(realpath $(dirname ${0}))
81
export BUILDER_ROOT=$(realpath $(dirname ${0}))
82
export BUILDER_TOOLS="${BUILDER_ROOT}/tools"
82 83

  
83 84
unset _SKIP_REBUILD_PRESTAGE
84 85
unset _USE_OLD_DATESTRING
......
200 201
done
201 202

  
202 203
# Suck in local vars
203
. ${BUILDER_SCRIPTS}/builder_defaults.sh
204
. ${BUILDER_TOOLS}/builder_defaults.sh
204 205

  
205 206
# Suck in script helper functions
206
. ${BUILDER_SCRIPTS}/builder_common.sh
207
. ${BUILDER_TOOLS}/builder_common.sh
207 208

  
208 209
# Print var required with -V and exit
209 210
if [ -n "${var_to_print}"  ]; then

Also available in: Unified diff