Searched refs:host_os_version (Results 1 – 2 of 2) sorted by relevance
80 host_os_version=$(cat /etc/issue | grep -oE 'Ubuntu [0-9]{2}.[0-9]{2}' | sed 's/ /\-/')173 if [ "x$host_os_version" != "x" ]; then174 host_os_version="--host-os-version $host_os_version"181 …egistry $help $cpu $platform $npm_para $disable_rich $enable_symlink $build_arkuix $host_os_version
74 def _config_parse(config: dict, tool_repo: str, host_os_version: str) -> dict:80 if config_os_version is not None and config_os_version != host_os_version:81 parse_dict['huaweicloud_url'].replace(config_os_version, host_os_version, 1)173 parse_dict = _config_parse(config_info, args.tool_repo, args.host_os_version)362 host_os_version = args.host_os_version