From 31cda9e285ec36f95b5d97d8554879d02564b7c4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 23:00:56 +0200 Subject: Use --replace-all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icdc71fa6ecd51b513de234b189ad2e7e932ff935 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 51865ea9..8bd95439 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -143,7 +143,8 @@ set -x rm -rf ~/.gitconfi* || true if test ! -f ~/.gitconfig ; then - git config --global --add user.email "jenkins-dontreply@build.automotivelinux.org" --add user.name "jenkins-dontreply@build.automotivelinux.org" + git config --global --replace-all user.email "jenkins-dontreply@build.automotivelinux.org" + git config --global --replace-all user.name "jenkins-dontreply@build.automotivelinux.org" fi #git config --global user.email "jenkins-dontreply@build.automotivelinux.org" -- cgit 1.2.3-korg