summaryrefslogtreecommitdiff
path: root/settings
blob: e4d56ad1cada24af8069e83ac17719a70b62e078 (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=7.1.1
ANDROIDREVISION=13
# 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-nougat linaro-n linaro_android_${ANDROIDVERSION} linaro-master"