aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 23:00:56 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 23:00:56 +0200
commit31cda9e285ec36f95b5d97d8554879d02564b7c4 (patch)
tree47c5c5e935529576a72619550d85914b4a9e7bd8 /jjb/common/include-agl-header.sh
parentafc542ea4779eca0450a58daa0d59b91523ef05d (diff)
Use --replace-all
Change-Id: Icdc71fa6ecd51b513de234b189ad2e7e932ff935 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh3
1 files changed, 2 insertions, 1 deletions
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"