diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 22:30:51 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 22:30:51 +0200 |
commit | bca6f2256f8c5c9bd57dae256c2f0b169e1871d1 (patch) | |
tree | 02c02885546aed41570ff4fd2f6a311e0cc4ca46 /jjb | |
parent | 061553fa536d414dcfaeb609fea25b7c07d9a0cf (diff) |
Debugging around the git config lock
Change-Id: Ieb08dfaa7414aa5e5b729e3aebb9a27b8386f01d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |