aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-11-25 20:46:37 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-11-26 09:03:37 +0530
commitd9bcd74784046acafb858533275b0dc02de356d9 (patch)
tree7e576de8e1bc89f9a358e6e0e82e5f72261207d4
parent26c25fa31caf843bd049fb00916382bee399292b (diff)
Add git config so that we can apply patchHEADmaster
Fix for bug https://bugs.linaro.org/show_bug.cgi?id=934 Change-Id: Id9b9b1b7bb5ac39381efd0c1517df1532a6f47cc Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/build-android3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-scripts/build-android b/build-scripts/build-android
index 430f3a3..5360242 100644
--- a/build-scripts/build-android
+++ b/build-scripts/build-android
@@ -9,6 +9,9 @@ export PATH=$PATH:~/bin/
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."