summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 14:00:10 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 14:02:29 -0300
commita10a0e7043b0d14df99a31ca54a9709406391b43 (patch)
tree6cc240a4dbaeca004b9bed43c81f6ef9828be21f /tools/builder_defaults.sh
parent7da937948f83ce82745346fbd5ecb5e4457fa1bc (diff)
downloadpfsense-a10a0e7043b0d14df99a31ca54a9709406391b43.zip
pfsense-a10a0e7043b0d14df99a31ca54a9709406391b43.tar.gz
Add git_checkout.sh and common.subr
This is the first of a set commits to start replacing big builder_common.sh by smaller and specific scripts to do necessary build tasks. First is git_checkout.sh, a script used to checkout or update a git repository on desired destination dir and branch or tag.
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 01a4074..48d341c 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -37,6 +37,7 @@ if [ ! -d "${BUILDER_ROOT}" ]; then
fi
export BUILDER_TOOLS=${BUILDER_TOOLS:-"${BUILDER_ROOT}/tools"}
+export BUILDER_SCRIPTS=${BUILDER_SCRIPTS:-"${BUILDER_ROOT}/build/scripts"}
if [ ! -d "${BUILDER_TOOLS}" ]; then
echo ">>> ERROR: BUILDER_TOOLS is invalid"
OpenPOWER on IntegriCloud