Remove --replace-all as it only works for existing entries 35/9235/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 21:09:53 +0000 (23:09 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 21:09:53 +0000 (23:09 +0200)
Change-Id: I8e77728ab89545d284f56d8f556fa67724110fa3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index 6b303d3..4ee4cc6 100644 (file)
@@ -143,8 +143,8 @@ set -x
 #rm -rf ~/.gitconfi* || true
 
 if test ! -f ~/.gitconfig ; then 
-  git config --global --replace-all user.email "jenkins-dontreply@build.automotivelinux.org"
-  git config --global --replace-all user.name "jenkins-dontreply@build.automotivelinux.org"
+  git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
+  git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
 fi
 
 #git config --global user.email "jenkins-dontreply@build.automotivelinux.org"