D | update.py | 87 def fetch_artifact(branch, build, target, name): argument 92 logger().info('Fetching %s from %s %s (artifacts matching %s)', build, 96 '--bid', build, name] 100 def start_branch(build): argument 102 branch_name = 'update-' + (build or 'latest') 107 def commit(branch, build, add_paths): argument 114 Taken from branch {branch}.""").format(branch=branch, build=build) 130 def install_new_release(branch, build, install_dir): argument 133 install_entry(branch, build, install_dir, entry) 136 def install_entry(branch, build, install_dir, entry): argument [all …]
|