D | update.py | 92 def fetch_artifact(branch, build, target, name): argument 97 logger().info('Fetching %s from %s %s (artifacts matching %s)', build, 101 '--bid', build, name] 105 def start_branch(build): argument 107 branch_name = 'update-' + (build or 'latest') 112 def commit(branch, build, add_paths): argument 119 Taken from branch {branch}.""").format(branch=branch, build=build) 135 def install_new_release(branch, build, install_dir): argument 138 install_entry(branch, build, install_dir, entry) 141 def install_entry(branch, build, install_dir, entry): argument [all …]
|