# 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"