From a081239f8dd1afcc0215c751641b4407cca98bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Wed, 9 Sep 2015 12:32:09 +0200 Subject: Add support for private trees, fix git hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernhard Rosenkränzer --- settings | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'settings') diff --git a/settings b/settings index e256c97..ab38a5e 100644 --- a/settings +++ b/settings @@ -1,11 +1,13 @@ # username on android.git.linaro.org USER=bero +# user on dev-private-review.linaro.org +PRIVUSER=bernhard.rosenkranzer # 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=4.4.2 -ANDROIDREVISION=1 +ANDROIDVERSION=5.1.1 +ANDROIDREVISION=14 # 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 -- cgit v1.2.3