This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
commit bc1cadf7b242d18cadd142bf3486d1631b3dec51 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 15:28:05 2015 +0200
Make ABE_BRANCH lower case, for consistency.
Change-Id: I7e8c7b506451a8df5d028236a74430873b626379 --- invoke_session_debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 3be29b3..f1181b1 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -11,7 +11,7 @@ env
# Hack for now until lava-test-shell is smart enough to know it's dispatcher ip gateway=$1 -ABE_BRANCH="$2" +abe_branch="$2"
#these parameters used by Benchmark.job export benchmark="$3" @@ -47,7 +47,7 @@ chmod 755 /usr/local/bin/git-new-workdir #Get abe mkdir ~/src || exit 1 ABE_DIR=~/src/abe -if ! git clone -b ${ABE_BRANCH:-benchmarking} http://git.linaro.org/toolchain/abe [...] +if ! git clone -b ${abe_branch:-benchmarking} http://git.linaro.org/toolchain/abe [...] rm -rf ~/src exit 1 fi