blob: d8b160c5eddb8e946d8ebadd7ca96fbebf227b79 [file] [log] [blame]
<?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/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"/>
<!-- 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"/>
<project name="chromium/depot_tools"
path="chromium/depot_tools"
remote="https://chromium.googlesource.com/chromium/tools/depot_tools"
gerrithost="https://chromium-review.googlesource.com"/>
</projects>
<hooks>
<hook name="update-prebuilt"
project="fuchsia/prebuilt"
action="update.sh"/>
</hooks>
</manifest>