summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-26 19:36:27 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-26 19:36:27 +0900
commit8052342140cba92cddaf29ca763565950f6c723c (patch)
tree4ea3f1039531bc9b222bcbc99e6b335dc0b14813 /doc/source/index.rst
parent5526788e164f18cc5a62a19c12aede6f46308733 (diff)
downloadbuildstream-8052342140cba92cddaf29ca763565950f6c723c.tar.gz
ostree.py: Include ostree plugin on the main docs and some docs touchups.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 3ea86b268..253913879 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -12,15 +12,14 @@ BuildStream Documentation
About BuildStream
-----------------
BuildStream is a flexible and extensible framework for the modelling of build
-and CI pipelines in a declarative YAML format, written in python.
+pipelines in a declarative YAML format, written in python.
BuildStream defines a pipeline as abstract elements related by their dependencies,
and stacks to conveniently group dependencies together. Basic element types for
importing SDKs in the form of tarballs or ostree checkouts, building software
components and exporting SDKs or deploying bootable filesystem images will be
included in BuildStream, but it is expected that projects forge their own custom
-elements for doing more elaborate things such as running custom CI tests or deploying
-software in special ways.
+elements for doing more elaborate things such as deploying software in special ways.
Using BuildStream
@@ -65,6 +64,7 @@ Sources
* :mod:`local` - A Source implementation local files and directories
* :mod:`git` - A Source implementation for git
+* :mod:`ostree` - A Source implementation for ostree
Indices and tables