diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-25 19:13:13 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-25 19:24:37 +0900 |
commit | 65654ef4f0b048f80899375764a7e0f8f4ca80e7 (patch) | |
tree | 345e6e91d9d7541830ceb7024b2c9c9f4aea643b /doc/source | |
parent | a27d6620f4e79f6008edfeda3b9db1f411d960c8 (diff) | |
download | buildstream-65654ef4f0b048f80899375764a7e0f8f4ca80e7.tar.gz |
Docs: Adding deb source plugin to the docs index
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/main_authoring.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/main_authoring.rst b/doc/source/main_authoring.rst index 14d051276..bd103a513 100644 --- a/doc/source/main_authoring.rst +++ b/doc/source/main_authoring.rst @@ -94,7 +94,7 @@ The following source types are provided with BuildStream: * :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 - +* :mod:`deb <sources.deb>` - A Source implementation for deb packages External Plugins |