New issue
Advanced search Search tips

Issue 914045 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Feature

Blocked on:
issue 912361

Blocking:
issue 913643


Show other hotlists

Hotlists containing this issue:
CrOSParallelCQ


Sign in to add a comment

BuildAPI for repo project information

Project Member Reported by la...@chromium.org, Dec 11

Issue description

Need an API to lookup repo manifest info from project/branch.

Given a project name and branch, return project info:

* path
* remote name
(possibly other stuff in the future)

Most of the code for this exists already in scripts/find_project_path, but I think it makes sense to make this the start of the build api.
 
Note: should use repo_manifest.Project's RemoteName method to resolve defaults correctly.
Also, we don't necessarily need to preserve find_project_path's --manifest-file arg. That was just a dev convenience.
Actually I lied about --manifest-file. We want this code to run from ToT but to run against a manifest file that might be slightly behind ToT.

Sign in to add a comment