diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-03 19:50:54 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-03 19:50:54 +0900 |
commit | 45501e618079245e22f5f337cd0d77a939bbfeef (patch) | |
tree | 78ccf7670d20c169605c6b22e2d688fdf8e444b6 /doc/source/pluginindex.rst | |
parent | 958d118a380a4785e26f4542532216c33bad408d (diff) | |
download | buildstream-45501e618079245e22f5f337cd0d77a939bbfeef.tar.gz |
doc/source/pluginindex.rst: Added zip source to the plugins index
Diffstat (limited to 'doc/source/pluginindex.rst')
-rw-r--r-- | doc/source/pluginindex.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/pluginindex.rst b/doc/source/pluginindex.rst index 18e7b3d0b..bcc20b5e9 100644 --- a/doc/source/pluginindex.rst +++ b/doc/source/pluginindex.rst @@ -42,6 +42,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:`zip <sources.zip>` - A Source implementation for zip archives * :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 |