D | update.py | 17 """Downloads simpleperf prebuilts from the build server.""" 92 def fetch_artifact(branch, build, target, name): argument 93 """Fetches and artifact from the build server.""" 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 117 simpleperf: update simpleperf prebuilts to build {build}. 119 Taken from branch {branch}.""").format(branch=branch, build=build) [all …]
|