From a10a0e7043b0d14df99a31ca54a9709406391b43 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 1 Aug 2016 14:00:10 -0300 Subject: 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. --- tools/builder_defaults.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/builder_defaults.sh') 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" -- cgit v1.1