Lines Matching refs:branch
42 branch=branch_name, dir=os.getcwd()))
59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument
75 if branch and build:
79 pattern=artifact_pattern, branch=branch, build=build))
80 utils.fetch_artifact(branch, build, artifact_pattern)
84 file=manifest_pattern, branch=branch, build=build))
85 utils.fetch_artifact(branch, build, manifest_pattern,
174 def commit(branch, build, version): argument
181 version=version, branch=branch, build=build)
225 if args.build or args.branch:
234 if not (args.build and args.branch):
263 install_snapshot(args.branch, args.build, local, install_dir,
287 commit(args.branch, args.build, vndk_version)