Lines Matching refs:branch
92 def fetch_artifact(branch, build, target, name): argument
98 target, branch, name)
100 cmd = [fetch_artifact_path, '--branch', branch, '--target', target,
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
148 fetch_artifact(branch, build, target, name)
194 install_new_release(args.branch, args.build, install_dir)
196 commit(args.branch, args.build, artifacts)