blob: 86790d387a90748f638b5a0d50098929fcb72263 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
<localimport file="buildtools"/>
</imports>
<projects>
<project name="build"
path="build"
remote="https://fuchsia.googlesource.com/build"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="docs"
path="docs"
remote="https://fuchsia.googlesource.com/docs"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="packages"
path="packages"
remote="https://fuchsia.googlesource.com/packages"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="scripts"
path="scripts"
remote="https://fuchsia.googlesource.com/scripts"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<!-- Third-party -->
<project name="third_party/pyyaml"
path="third_party/pyyaml"
remote="https://fuchsia.googlesource.com/third_party/pyyaml"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/pytoml"
path="third_party/pytoml"
remote="https://fuchsia.googlesource.com/third_party/pytoml"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
<hooks>
<hook name="packages-update"
project="packages"
action="update.sh"/>
<hook name="install-fx"
project="scripts"
action="devshell/lib/add_symlink_to_bin.sh"/>
</hooks>
</manifest>