summaryrefslogtreecommitdiff
path: root/tcwg-dev-build.sh
diff options
context:
space:
mode:
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)"