Searched refs:branch_name (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/ArtPrebuilt/ |
H A D | update-art-module-prebuilts.py | 184 def start_branch(branch_name, git_dirs): argument 186 check_call(["repo", "start", branch_name] + git_dirs) 193 def upload_branch(git_root, branch_name): argument 197 check_call(["repo", "upload", "-t", "--br=" + branch_name, git_root]) 336 branch_name = PREBUILT_DESCR.lower().replace(" ", "-") + "-update" 338 branch_name += "-" + args.build 342 start_branch(branch_name, git_paths) 368 upload_branch(git_root, branch_name)
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | update.py | 107 branch_name = 'update-' + (build or 'latest') 108 logger().info('Creating branch %s', branch_name) 109 check_call(['repo', 'start', branch_name, '.'])
|
/aosp12/packages/modules/common/tools/ |
H A D | finalize_sdk.py | 80 branch_name = 'finalize-%d' % args.finalize_sdk variable 101 subprocess.check_output(['repo', 'start', branch_name] + list(created_dirs.keys()))
|
/aosp12/build/soong/ui/metrics/upload_proto/ |
H A D | upload.proto | 28 optional string branch_name = 3; field
|