summaryrefslogtreecommitdiff
path: root/settings
blob: 1f14b53afb23ccade5d661409d4dd3fee4d43dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# username on android.git.linaro.org
USER=bernhard.rosenkranzer
# user on dev-private-review.linaro.org
PRIVUSER=$USER
# Email address to be used in git commits (if different from what is set by
# git config --global)
EMAIL=Bernhard.Rosenkranzer@linaro.org
# Default Android versions
ANDROIDVERSION=6.0.0
ANDROIDREVISION=26
# Versions to try (in that order) for every repository
# android-${ANDROIDVERSION}_r${ANDROIDREVISION} is added as a last resort
# fallback unconditionally (treated slightly differently because it's a
# tag while the other variants typically are branches
VERSIONS="linaro-android-6.0 linaro_android_${ANDROIDVERSION} linaro-mm linaro-lollipop linaro-kk linaro-jb linaro-ics linaro-master"