| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <!-- |
| A minimal checkout including only fuchsia.git itself. |
| |
| This manifest is intended to be used by rollers that need to update |
| fuchsia.git. It uses a shallow clone of fuchsia.git to avoid downloading |
| history that's not needed for a simple roll CL. |
| |
| This duplicates the fuchsia.git manifest entry in the `platform` manifest |
| because that one has a `githooks` entry pointing into //integration, but we |
| want to be able to check out fuchsia without integration. |
| --> |
| <projects> |
| <project name="fuchsia" |
| path="." |
| remote="https://fuchsia.googlesource.com/fuchsia" |
| gerrithost="https://fuchsia-review.googlesource.com" |
| historydepth="2"/> |
| </projects> |
| </manifest> |