This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a commit to branch master in repository toolchain/backport-tools.
The following commit(s) were added to refs/heads/master by this push: new f6f38eb Switch to gcc-5-branch f6f38eb is described below
commit f6f38eb8524aaa2ec7bdaff1db1011d2987b1e47 Author: Christophe Lyon christophe.lyon@linaro.org Date: Fri Jul 10 14:07:30 2015 +0200
Switch to gcc-5-branch --- linaro-gcc-git-review-backport-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linaro-gcc-git-review-backport-tree.sh b/linaro-gcc-git-revi [...] index dc4dee2..dc06cb2 100755 --- a/linaro-gcc-git-review-backport-tree.sh +++ b/linaro-gcc-git-review-backport-tree.sh @@ -78,7 +78,7 @@ do rm -rf $i git-new-workdir trunk $i cd $i - git checkout linaro-4.9-branch + git checkout linaro-5-branch cd .. done