gst-env: Allow setting environment without git
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 25 Mar 2020 12:43:10 +0000 (08:43 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 25 Mar 2020 12:43:10 +0000 (08:43 -0400)
commitf69a2c9fd2d446754fbe3820d790864c7001c406
tree9173f1548cb6329d194521f8ddcab3caad30754e
parent6d79e7cc97f841bd6e833d217fca394bc74d34d9
gst-env: Allow setting environment without git

This is needed to use gst-uninstalled mode over NFS when gst-build is a
worktree. When this is the case, the .git is a file that links to the original
git tree, but this tree is unlikely to be visible over NFS. Instead of forcing
NFS contorsion, simply ignore the error.
gst-env.py