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 baedb0f5af2ad8670cba9ea85bef3b1273ca7f4b Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 23 17:04:00 2015 +0200
Get local copy of source
This lets us drop the agent before we call into abe - unfortunately the way I've structured this makes it hard to drop the agent just after the source gets checked out, so we check it out while we have the agent, then abe will check it out again, locally.
Local copy acquired just before target setup, so that all the agent- dependent code is in one place - good for maintenance and for holding the agent for the shortest possible time.
Change-Id: Ibbf1416a7a522283a9141fd469e3582754df3d98 --- invoke_session_debian | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian index 9652506..a44f4d9 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -94,6 +94,10 @@ lava-network broadcast eth0 lava-network collect eth0 echo WAITED > /dev/console cat /tmp/lava_multi_node_cache.txt + +#Best practice would be to use abe to do this, but I hope this is temporary +SSH_AUTH_SOCK=~/data/socket git clone "`grep ${benchmark} ${ABE_DIR}/config/source [...] + target_names=() for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | awk '{print $1}'`; do echo "NAME ${lava_name}" > /dev/console