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 812b5554174818a852f4668d789ea1d067992c95 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 23 17:07:29 2015 +0200
Update the way we tell abe where to find the source
And move it next to the rest of the source-related activity.
Change-Id: Id2b4a5f624db2ff8a0936e189ae24cdec16f1ebe --- invoke_session_debian | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 15c7f09..45d9c11 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -59,9 +59,6 @@ if ! git clone ${abe_branch:+-b ${abe_branch}} http://git.linaro. [...] exit 1 fi
-#Expect local sources -sed -i 's#ssh://git@dev-private.git.linaro.org#ssh://localhost/~/benchsrc/#' "$ [...] - #Generate one-time key mkdir ~/data || exit 1 if ! ssh-keygen -P '' -f ~/data/onetime > /dev/null < /dev/null; then @@ -98,6 +95,8 @@ while ! test -e ~/data/socket; do done #Best practice would be to use abe to do this, but I hope this is temporary git clone "`grep ${benchmark} ${ABE_DIR}/config/sources.conf | awk '{print $2}'`" [...] +#An alternative to the following would be to pass ${benchmark}=ssh://... to abe.sh +sed -i "s#^\(${benchmark}[[:blank:]]\+\).*#\1 ssh://localhost/~/benchsrc/#" "$ [...]
target_names=() for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | awk '{print $1}'`; do