From f1a042959c83bf712886863b98318159decf555d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 23:09:53 +0200 Subject: Remove --replace-all as it only works for existing entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8e77728ab89545d284f56d8f556fa67724110fa3 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-agl-header.sh') diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 6b303d3f..4ee4cc6c 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -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" -- cgit 1.2.3-korg