| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <projects> |
| <!-- FUCHSIA --> |
| <!-- Not importing the minimal one so that we can put this in a |
| sub-dir so that this can be imported into other manifests that |
| pull in manifest repos from multiple gerrit hosts. --> |
| <project name="fuchsia/manifest" |
| remote="https://fuchsia.googlesource.com/manifest" |
| gerrithost="https://fuchsia-review.googlesource.com" |
| githooks="fuchsia/manifest/git-hooks" |
| path="fuchsia/manifest"/> |
| <!-- Name things <gerrit-host-prefix> so that this can be imported |
| into other manifests that pull in infra repos from multiple hosts. --> |
| <project name="fuchsia/3pp" |
| path="fuchsia/3pp" |
| remote="https://fuchsia.googlesource.com/infra/3pp" |
| gerrithost="https://fuchsia-review.googlesource.com" |
| remotebranch="main"/> |
| <project name="fuchsia/infra" |
| path="fuchsia/infra" |
| remote="https://fuchsia.googlesource.com/infra/infra" |
| gerrithost="https://fuchsia-review.googlesource.com"/> |
| <project name="fuchsia/config" |
| path="fuchsia/config" |
| remote="https://fuchsia.googlesource.com/infra/config" |
| gerrithost="https://fuchsia-review.googlesource.com"/> |
| <project name="fuchsia/prebuilt" |
| path="fuchsia/prebuilt" |
| remote="https://fuchsia.googlesource.com/infra/prebuilt" |
| gerrithost="https://fuchsia-review.googlesource.com"/> |
| <project name="fuchsia/recipes" |
| path="fuchsia/recipes" |
| remote="https://fuchsia.googlesource.com/infra/recipes" |
| gerrithost="https://fuchsia-review.googlesource.com" |
| githooks="fuchsia/recipes/git-hooks"/> |
| <!-- CHROMIUM --> |
| <project name="chromium/recipes-py" |
| path="chromium/recipes-py" |
| remote="https://chromium.googlesource.com/infra/luci/recipes-py" |
| gerrithost="https://chromium-review.googlesource.com" |
| remotebranch="main"/> |
| <!-- JIRI --> |
| <!-- This project is included to support jiri's inclusion in codesearch. --> |
| <project name="jiri" |
| path="jiri" |
| remote="https://fuchsia.googlesource.com/jiri" |
| gerrithost="https://fuchsia-review.googlesource.com"/> |
| </projects> |
| <hooks> |
| <hook name="update-prebuilt" |
| project="fuchsia/prebuilt" |
| action="update.sh"/> |
| </hooks> |
| </manifest> |