script/autobuild.py: add support git worktree
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Feb 2020 22:58:42 +0000 (23:58 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 2 Apr 2020 06:01:38 +0000 (06:01 +0000)
commitf9374d0a4ecc11acc46884feec28d138accc6dab
tree8e5844e1bc56120505e8fe2bd3fd3b7861fd4e13
parent579c27fc4aafe5cbed6f4431f9a6230696c21611
script/autobuild.py: add support git worktree

.git is not always a directory, with 'git worktree' it's a file.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py