meson/mesonbuild/wrap
Eli Schwartz 9d602e6531
do not require git installed in order to use wraps
It doesn't make sense to check for the presence of git every time we use
it, but short-circuit any attempt to use a wrap right from the get-go
because we are trying to be fancy with submodules.

If git is not installed, simply do not try to figure out whether the
wrap is a submodule that can potentially be checked out/updated for the
user. Just take it on faith that it isn't one.

Fixes #2623
2021-01-26 08:09:53 -05:00
..
__init__.py Add wrap mode to disable auto promote 2020-10-13 17:55:16 -04:00
wrap.py do not require git installed in order to use wraps 2021-01-26 08:09:53 -05:00
wraptool.py typing: fully annotate wrap 2020-09-08 20:15:56 +02:00