MCPcopy Create free account
hub / github.com/apache/solr / check_cmdline_tools

Function check_cmdline_tools

dev-tools/scripts/buildAndPushRelease.py:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 return config
317
318def check_cmdline_tools(): # Fail fast if there are cmdline tool problems
319 if os.system('git --version >/dev/null 2>/dev/null'):
320 raise RuntimeError('"git --version" returned a non-zero exit code.')
321
322def check_key_in_keys(gpgKeyID, local_keys):
323 if gpgKeyID is not None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…