One git command and replace all existing 25/9225/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 20:40:42 +0000 (22:40 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 20:40:42 +0000 (22:40 +0200)
Change-Id: I83fd7c86e9427796cfc30c0ab05a7088a1e1f5c3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index ac7acd6..3ccf17f 100644 (file)
@@ -140,13 +140,15 @@ set | grep ^MACHINE || true
 
 set -x
 
-rm -rf ~/.gitconfi* || true
-
-git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
-sync
-sleep 1
-ls -alh ~/.gitconfi*
-rm -rf ~/.gitconfig.lock || true
-git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
+#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 --global user.email "jenkins-dontreply@build.automotivelinux.org"
+#sync
+#sleep 1
+#ls -alh ~/.gitconfi*
+#rm -rf ~/.gitconfig.lock || true
+#git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
 
 set +x