Change-Id: I6c55d1ab9c148fa71f2fa4f8973684032c77f4d8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
set -x
-#rm -rf ~/.gitconfi* || true
+rm -rf ~/.gitconfi* || true
-git config --help
-
-git config --global --replace-all user.email "jenkins-dontreply@build.automotivelinux.org"
-git config --global --replace-all user.name "jenkins-dontreply@build.automotivelinux.org"
+if test ! -f ~/.gitconfig ; then
+ git config --global --add user.email "jenkins-dontreply@build.automotivelinux.org" --add user.name "jenkins-dontreply@build.automotivelinux.org"
+fi
#git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
#sync