From 8052342140cba92cddaf29ca763565950f6c723c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 26 Jan 2017 19:36:27 +0900 Subject: ostree.py: Include ostree plugin on the main docs and some docs touchups. --- doc/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1