summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index c2ce439421..759871a2b3 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -288,23 +288,23 @@
288 <para> 288 <para>
289 The features of this system are: 289 The features of this system are:
290 <itemizedlist> 290 <itemizedlist>
291 <listitem><para>Highlights when commits break the build 291 <listitem><para>Highlights when commits break the build.
292 </para></listitem> 292 </para></listitem>
293 <listitem><para>Populates an sstate cache from which 293 <listitem><para>Populates an sstate cache from which
294 developers can pull rather than requiring local 294 developers can pull rather than requiring local
295 builds</para></listitem> 295 builds.</para></listitem>
296 <listitem><para>Allows commit hook triggers, 296 <listitem><para>Allows commit hook triggers,
297 which trigger builds when commits are made 297 which trigger builds when commits are made.
298 </para></listitem> 298 </para></listitem>
299 <listitem><para>Allows triggering of automated image booting 299 <listitem><para>Allows triggering of automated image booting
300 and testing under the QuickEMUlator (QEMU) 300 and testing under the QuickEMUlator (QEMU).
301 </para></listitem> 301 </para></listitem>
302 <listitem><para>Supports incremental build testing and from 302 <listitem><para>Supports incremental build testing and from
303 scratch builds</para></listitem> 303 scratch builds.</para></listitem>
304 <listitem><para>Shared output that allows developer 304 <listitem><para>Shares output that allows developer
305 testing and historical regression investigation 305 testing and historical regression investigation.
306 </para></listitem> 306 </para></listitem>
307 <listitem><para>Creates output that can be used for releases 307 <listitem><para>Creates output that can be used for releases.
308 </para></listitem> 308 </para></listitem>
309 <listitem><para>Allows scheduling of builds so that resources 309 <listitem><para>Allows scheduling of builds so that resources
310 can be used efficiently.</para></listitem> 310 can be used efficiently.</para></listitem>