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-25 20:46:39 +0530
commit082a0bbcf467cca7e736bf3ecd3ead91314566a6 (patch)
tree3c9d89b8892a4a4babe9af265bc5de0162e2f532
parent7970b7a0fdc948914c207b5ab2b63e3b9fc50c5c (diff)
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 <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 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."