D | update.py | 39 def start_branch(build): argument 40 branch_name = 'update-' + (build or 'local') 59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument 75 if branch and build: 79 pattern=artifact_pattern, branch=branch, build=build)) 80 utils.fetch_artifact(branch, build, artifact_pattern) 82 manifest_pattern = 'manifest_{}.xml'.format(build) 84 file=manifest_pattern, branch=branch, build=build)) 85 utils.fetch_artifact(branch, build, manifest_pattern, 170 def commit(branch, build, version): argument [all …]
|