This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a commit to branch parser in repository toolchain/abe.
The following commit(s) were added to refs/heads/parser by this push: new 58e1c55 get_source() is now no longer used anywhere. 58e1c55 is described below
commit 58e1c55fe9aaadee05236a8f14bde0fa74f99a35 Author: Rob Savoye rob.savoye@linaro.org Date: Thu Aug 20 13:05:51 2015 -0600
get_source() is now no longer used anywhere.
Change-Id: Id730496a631cbbbc652e7f0c391b75fe3798dd11 --- abe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/abe.sh b/abe.sh index a2887aa..8d50317 100755 --- a/abe.sh +++ b/abe.sh @@ -1277,7 +1277,7 @@ fi if test ! -z ${do_build}; then if test x"${do_build}" != x"all"; then buildingall=no - gitinfo="`get_source ${do_build}`" + gitinfo="${do_build}" if test x"${gitinfo}" = x; then error "Couldn't find the source for ${do_build}" build_failure