diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-25 22:16:11 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-25 22:16:11 +0900 |
commit | 507587f88ee33e78de3746234062ebe8d8cf7a1d (patch) | |
tree | c7ae9fc25c85d7adb97281d86b8338ab2c3c88c1 /doc | |
parent | 92eab614c940677a64fc4d911b2438a7c2fe5f5a (diff) | |
download | buildstream-507587f88ee33e78de3746234062ebe8d8cf7a1d.tar.gz |
Documentation: Adding bzr source to the docs index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 9fbed85d5..9bb82eb01 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -68,6 +68,7 @@ The following source types are provided with BuildStream: * :mod:`local <sources.local>` - A Source implementation for local files and directories * :mod:`tar <sources.tar>` - A Source implementation for tarballs * :mod:`git <sources.git>` - A Source implementation for git +* :mod:`bzr <sources.bzr>` - A Source implementation for bazaar * :mod:`ostree <sources.ostree>` - A Source implementation for ostree |