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.
The following commit(s) were added to refs/heads/inserted_src by this push: new ca8a7f7 wip: do not wait for source ca8a7f7 is described below
commit ca8a7f7b8ca090f4ff9cef68a858c28c6ac63f5a Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 21 08:37:42 2015 +0200
wip: do not wait for source
Change-Id: I20e37c294c9e435da96538b95a6440f291f699b4 --- invoke_session_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian index f53dd7f..5d3668e 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -84,7 +84,7 @@ if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost [...] fi
echo "*** WAITING FOR SOURCE: ${ip_addr}" -while ! test -e /tmp/benchsrc_ready; do inotifywait -e create /tmp; done +#while ! test -e /tmp/benchsrc_ready; do inotifywait -e create /tmp; done echo "" mkdir -p /run mkdir -p /run/hacking