webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | bootstrap.Failure |
Namespaces | |
bootstrap | |
Functions | |
def | bootstrap.get_toolset_url () |
def | bootstrap.read_file (path) |
def | bootstrap.write_file (path, data) |
def | bootstrap.remove_directory (path) |
def | bootstrap.install_toolset (toolset_root, url) |
def | bootstrap.download_file (url, path) |
def | bootstrap.temp_dir (path) |
def | bootstrap.check_hello_world (toolset_root) |
def | bootstrap.ensure_toolset_installed (toolset_root) |
def | bootstrap.get_go_environ (toolset_root, workspace=None) |
def | bootstrap.get_go_exe (toolset_root) |
def | bootstrap.bootstrap (logging_level) |
def | bootstrap.prepare_go_environ () |
def | bootstrap.find_executable (name, workspaces) |
def | bootstrap.main (args) |
Variables | |
bootstrap.LOGGER = logging.getLogger(__name__) | |
bootstrap.ROOT = os.path.dirname(os.path.abspath(__file__)) | |
bootstrap.TOOLSET_ROOT = os.path.join(os.path.dirname(ROOT), 'golang') | |
bootstrap.WORKSPACE = os.path.join(ROOT, 'go') | |
string | bootstrap.EXE_SFX = 'win32' else '' |
string | bootstrap.TOOLSET_VERSION = 'go1.7' |
dictionary | bootstrap.TOOLSET_VARIANTS |
string | bootstrap.DOWNLOAD_URL_PREFIX = 'https://storage.googleapis.com/golang' |