dev-manual: Edits to "Autobuilders" section.

(From yocto-docs rev: 5facb63e7bd0bb9627e83cfc34ae82a3898fe349)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-09 11:22:01 -07:00 committed by Richard Purdie
parent 47b7e49eb3
commit f09cca6d49
1 changed files with 8 additions and 8 deletions

View File

@ -288,23 +288,23 @@
<para> <para>
The features of this system are: The features of this system are:
<itemizedlist> <itemizedlist>
<listitem><para>Highlights when commits break the build <listitem><para>Highlights when commits break the build.
</para></listitem> </para></listitem>
<listitem><para>Populates an sstate cache from which <listitem><para>Populates an sstate cache from which
developers can pull rather than requiring local developers can pull rather than requiring local
builds</para></listitem> builds.</para></listitem>
<listitem><para>Allows commit hook triggers, <listitem><para>Allows commit hook triggers,
which trigger builds when commits are made which trigger builds when commits are made.
</para></listitem> </para></listitem>
<listitem><para>Allows triggering of automated image booting <listitem><para>Allows triggering of automated image booting
and testing under the QuickEMUlator (QEMU) and testing under the QuickEMUlator (QEMU).
</para></listitem> </para></listitem>
<listitem><para>Supports incremental build testing and from <listitem><para>Supports incremental build testing and from
scratch builds</para></listitem> scratch builds.</para></listitem>
<listitem><para>Shared output that allows developer <listitem><para>Shares output that allows developer
testing and historical regression investigation testing and historical regression investigation.
</para></listitem> </para></listitem>
<listitem><para>Creates output that can be used for releases <listitem><para>Creates output that can be used for releases.
</para></listitem> </para></listitem>
<listitem><para>Allows scheduling of builds so that resources <listitem><para>Allows scheduling of builds so that resources
can be used efficiently.</para></listitem> can be used efficiently.</para></listitem>