summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-06-15 19:18:50 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2015-06-15 19:18:50 +0200
commit045b0c1e1ce0d5248db37ce61d17d36c0c8182a9 (patch)
tree034b9e7a10b083ae599936a378f4aca8fa1c7b55
parent3d4ecb17f6e322901f0a452a5d3ad412699b408e (diff)
Use linaro-local/gcc-${VERSION}-integration-branch with VERSION=5 by default.git-branches
Change-Id: I494498f24d7bb1aa0a44d82d8e365ecb1776a235
-rwxr-xr-xbackflip6
1 files changed, 3 insertions, 3 deletions
diff --git a/backflip b/backflip
index 237dbfe..6b44c4d 100755
--- a/backflip
+++ b/backflip
@@ -9,8 +9,8 @@
# ==============================================================================
# Configuration
# ==============================================================================
-VERSION=4.9
-REF_BRANCH=linaro-${VERSION}-branch
+VERSION=5
+REF_BRANCH=linaro-local/gcc-${VERSION}-integration-branch
DATE=`date +%Y-%m-%d`
NAME=`git config user.name`
@@ -30,7 +30,7 @@ do
STACKED=true
;;
v ) VERSION=$OPTARG
- REF_BRANCH=linaro-${VERSION}-branch
+ REF_BRANCH=linaro-local/gcc-${VERSION}-integration-branch
;;
esac
done