summaryrefslogtreecommitdiff
path: root/tcwg-dev-build.sh
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@linaro.org>2018-07-04 18:50:07 +0100
committerThomas Preud'homme <thomas.preudhomme@linaro.org>2018-07-04 18:50:22 +0100
commit6dab159dc426abf3caf48eba6e40ec0aa0c326c6 (patch)
treec6c82ad7c0bf9e1c3dd74a12d60342cf9a8abde3 /tcwg-dev-build.sh
parent4bfb2d7206a96a88ca317e9ca0509ac7095e5fd2 (diff)
tcwg-dev-build.sh: Add param to control abe branch
Add parameter to the script to control the abe branch to checkout. Change-Id: I03b3bf7b94dbaa2a0d7612fb05b70c1d8c10a38c
Diffstat (limited to 'tcwg-dev-build.sh')
-rwxr-xr-xtcwg-dev-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-dev-build.sh b/tcwg-dev-build.sh
index f8cbbc5b..8e1cf107 100755
--- a/tcwg-dev-build.sh
+++ b/tcwg-dev-build.sh
@@ -6,6 +6,7 @@ scripts=$(dirname $0)
. $scripts/jenkins-helpers.sh
convert_args_to_variables "$@"
+abe_branch="${abe_branch:-tested}"
dry_run="${dry_run:-false}"
release_name="${release_name:-default}"
target="${target:-aarch64-linux-gnu}"
@@ -16,7 +17,7 @@ set -u
if $verbose; then set -x; fi
-clone_or_update_repo abe tested https://git-us.linaro.org/toolchain/abe
+clone_or_update_repo abe $abe_branch https://git-us.linaro.org/toolchain/abe
if [ x"$release_name" = x"default" ]; then
release_name="$(date +%Y%m%d-%H_%M_%S)"