diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 22:46:32 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 22:46:32 +0200 |
commit | 38084d2596f2dd1163116d5842e2e66276ef2857 (patch) | |
tree | 53a7c5ae854363abd76ca32f896908ed82caf728 /jjb | |
parent | 5f9e2bfe1473584d50b8add781adca3223482ee3 (diff) |
Use different syntax for git
Change-Id: Iff15f34aa02134db34cb2007b3e161bc82cadfcf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |