Home
last modified time | relevance | path

Searched refs:upgrade_script_path (Results 1 – 1 of 1) sorted by relevance

/developtools/integration_verification/DeployDevice/resource/common/
Dcbg_start.py40 def downloadUpgradeScripts(server_link, upgrade_script_path, is_update_script): argument
50 if not is_update_script and os.path.exists(upgrade_script_path):
57 …if os.path.isdir(upgrade_script_path) and os.path.isdir(os.path.join(upgrade_script_path, ".git")):
59 repo = Repo(upgrade_script_path)
62 shutil.rmtree(upgrade_script_path)
63 … Repo.clone_from(server_link.split(" -b ")[0], to_path=upgrade_script_path,branch=project_branch)
70 if os.path.isdir(upgrade_script_path):
71 shutil.rmtree(upgrade_script_path)
72 … Repo.clone_from(server_link.split(" -b ")[0], to_path=upgrade_script_path,branch=project_branch)
112 upgrade_script_path = os.path.join(WORKSPACE, project_name) variable
[all …]