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 b931457622cb5059e11888357b4fde567d53fdda Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 09:37:22 2015 +0200
Break up ssh hint into multiple lines
Fits window better
Change-Id: Iedcf1c814e25c1e159aaa600a298c5a1e452420b --- invoke_session_debian | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 2c05826..d4f5015 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -78,7 +78,9 @@ ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]+ho [...] #Request agent just before we need it #This would be two keys in one agent if we wanted one for source, one for job echo "*** WAITING FOR AGENT: ${ip_addr}" -echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab 'ln -sf \ [...] +echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab \" +echo " 'ln -sf $SSH_AUTH_SOCK /root/data/socket && \" +echo " while test -e ~/data/socket; do inotifywait -e delete ~/data; done'" while ! test -e ~/data/socket; do inotifywait -e create ~/data done