RetroArch
|
Classes | |
class | GoodCommit |
Functions | |
def | command_output (cmd, directory, fail_ok=False) |
def | command_retval (cmd, directory) |
def | GetGoodCommits (site) |
def | main () |
Variables | |
string | KNOWN_GOOD_FILE = 'known_good.json' |
dictionary | SITE_TO_KNOWN_GOOD_FILE |
dictionary | SITE_TO_HOST |
bool | VERBOSE = True |
def update_glslang_sources.command_output | ( | cmd, | |
directory, | |||
fail_ok = False |
|||
) |
Runs a command in a directory and returns its standard output stream. Captures the standard error stream. Raises a RuntimeError if the command fails to launch or otherwise fails.
def update_glslang_sources.command_retval | ( | cmd, | |
directory | |||
) |
Runs a command in a directory and returns its return value. Captures the standard error stream.
def update_glslang_sources.GetGoodCommits | ( | site | ) |
Returns the latest list of GoodCommit objects.
def update_glslang_sources.main | ( | void | ) |
string update_glslang_sources.KNOWN_GOOD_FILE = 'known_good.json' |
dictionary update_glslang_sources.SITE_TO_HOST |
dictionary update_glslang_sources.SITE_TO_KNOWN_GOOD_FILE |
bool update_glslang_sources.VERBOSE = True |