Lines Matching refs:build
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
143 fetch_artifact(branch, build, target, name)
186 start_branch(args.build)
188 install_new_release(args.branch, args.build, install_dir)
190 commit(args.branch, args.build, artifacts)