aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-13 18:45:20 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-16 13:19:03 +0000
commite84d10847c06bcce7312eb9c903689abe2dee5e5 (patch)
tree24a4b8cb85d08c0c9e72cb79dab5b77de08bf468
parentb96c27f64cfae8b414fa92f8cd55e845483f2699 (diff)
Use linaro-local/gcc-6-integration-branch as base branch
-rwxr-xr-xlinaro-gcc-git-review-backport-tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-gcc-git-review-backport-tree.sh b/linaro-gcc-git-review-backport-tree.sh
index 21c9f15..e94e251 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 || exit 1
cd $i
- git checkout linaro/gcc-5-branch || exit 1
+ git checkout linaro-local/gcc-6-integration-branch || exit 1
cd ..
done