diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-09 18:15:22 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-09 18:15:22 -0400 |
commit | 2193e9f61428d0de7028780d9492be54c305da86 (patch) | |
tree | c7dca098b356c9f8ed3562d12cba093f0268b35f | |
parent | b1b5cd56386272b04487eb7563198215ce9ae9a1 (diff) | |
download | buildstream-2193e9f61428d0de7028780d9492be54c305da86.tar.gz |
Adding new patch source to the docs index.
-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 95f89c407..5a06b501d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -77,6 +77,7 @@ The following source types are provided with BuildStream: * :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 +* :mod:`patch <sources.patch>` - A Source implementation for applying local patches Core Framework |