From 38084d2596f2dd1163116d5842e2e66276ef2857 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 22:46:32 +0200 Subject: Use different syntax for git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iff15f34aa02134db34cb2007b3e161bc82cadfcf Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 5 ++++- 1 file changed, 4 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 3ccf17f4..cab53f30 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -142,7 +142,10 @@ set -x #rm -rf ~/.gitconfi* || true -git config --global --replace-all --add user.email "jenkins-dontreply@build.automotivelinux.org" --add user.name "jenkins-dontreply@build.automotivelinux.org" +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" #git config --global user.email "jenkins-dontreply@build.automotivelinux.org" #sync -- cgit 1.2.3-korg