D | update.py | 74 def fetch_artifact(branch, build, target, pattern): argument 76 logger().info('Fetching %s from %s %s (artifacts matching %s)', build, 80 '--bid', build, pattern] 84 def start_branch(build): argument 86 branch_name = 'update-' + (build or 'latest') 91 def commit(branch, build, add_paths): argument 98 Taken from branch {branch}.""").format(branch=branch, build=build) 114 def install_new_release(branch, build, install_dir): argument 117 install_entry(branch, build, install_dir, entry) 120 def install_entry(branch, build, install_dir, entry): argument [all …]
|