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.
commit ba4bcbbced96da7a925962a86d473e45e6a6ce32 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 30 12:20:41 2015 +0200
Fix sed rune to update sources.conf
Match ${benchmark}.git, include ${benchmark}.git in the output, and remove a redundant space.
Change-Id: Ie45f04111eeb02ec9572969fbffe16ec03478374 --- config/bench/lava/host-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index e443445..3ddb578 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -80,7 +80,7 @@ done #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 [...] #An alternative to the following would be to pass ${benchmark}=ssh://... to abe.sh -sed -i "s#^\(${benchmark}[[:blank:]]\+\).*#\1 ssh://localhost/~/benchsrc/#" "$ [...] +sed -i "s#^\(${benchmark}\.git[[:blank:]]\+\).*#\1ssh://localhost/~/benchsrc/ [...]
target_names=() for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | awk '{print $1}'`; do