From bca6f2256f8c5c9bd57dae256c2f0b169e1871d1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 22:30:51 +0200 Subject: Debugging around the git config lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieb08dfaa7414aa5e5b729e3aebb9a27b8386f01d Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 2 ++ 1 file changed, 2 insertions(+) (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 259bcb27..ac7acd62 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -145,6 +145,8 @@ 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" set +x -- cgit 1.2.3-korg