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 15c688d Remove operations on (deleted) benchmark.sh 15c688d is described below
commit 15c688da7f8bcf149965ea09743397d0914507e1 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 11:50:58 2015 +0200
Remove operations on (deleted) benchmark.sh
Change-Id: Ib0a46ff1cf8eda39353e2f86bd4e93ccdd87bbc8 --- setup_session_debian | 2 -- 1 file changed, 2 deletions(-)
diff --git a/setup_session_debian b/setup_session_debian index 7f4d11e..4352d2d 100755 --- a/setup_session_debian +++ b/setup_session_debian @@ -5,8 +5,6 @@ chmod a+x stop_hacking_debian cp stop_hacking_debian /bin/stop_hacking chmod a+x invoke_session_debian cp invoke_session_debian /bin/invoke_session -chmod a+x benchmark.sh -cp benchmark.sh /bin/benchmark.sh
mkdir -p ~/.ssh/ echo $1 >> ~/.ssh/authorized_keys