This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/benchmarking in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push: new 7297c7f Stop creating a dir to store src 7297c7f is described below
commit 7297c7f1ef8648fbc9dd39762022819622006327 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 30 19:35:22 2015 +0200
Stop creating a dir to store src
We do not need that interim copy any more.
Change-Id: I665db17d3c6430ee337558663aab5aafac724505 --- config/bench/lava/host-session | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 1f1dd6d..cff154d 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -46,12 +46,6 @@ export maindir="/${HOME}/bench" mkdir "${maindir}" || exit 1 chmod 700 "${maindir}" || exit 1
-#Create directory to store src -if ! (mkdir ~/benchsrc && chmod 700 ~/benchsrc); then - echo "Failed to create directory for source" >&2 - exit 1 -fi - #Initialize git-new-workdir - sadly not just an apt-get call ln /usr/share/doc/git/contrib/workdir/git-new-workdir /usr/local/bin chmod 755 /usr/local/bin/git-new-workdir