From 082a0bbcf467cca7e736bf3ecd3ead91314566a6 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 25 Nov 2014 20:46:37 +0530 Subject: Add git config so that we can apply patch Fix for bug https://bugs.linaro.org/show_bug.cgi?id=934 Change-Id: Id9b9b1b7bb5ac39381efd0c1517df1532a6f47cc Signed-off-by: Vishal Bhoj --- build-scripts/build-android | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-scripts/build-android b/build-scripts/build-android index 4f44f73..97bd6fa 100644 --- a/build-scripts/build-android +++ b/build-scripts/build-android @@ -8,6 +8,9 @@ set -o errtrace +git config --global user.email "android-build-bot@fake-email.com" +git config --global user.name "android-build-bot" + if [ ! -n "$SOURCE_OVERLAY" ]; then echo "ERROR: Missing SOURCE_OVERLAY in the configuration." -- cgit v1.2.3