~sylvain-pineau/cdts/bug1214914

« back to all changes in this revision

Viewing changes to checkbox-ng/README.rst

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-17 13:54:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2130.
  • Revision ID: zygmunt.krynicki@canonical.com-20130517135425-cxcenxx5t0qrtbxd
checkbox-ng: add CheckBoxNG sub-project

CheckBoxNG (or lowercase as checkbox-ng, pypi:checkbox-ng) is a clean
implementation of CheckBox on top of PlainBox. It provides a new
executable, 'checkbox' that has some of the same commands that were
previously implemented in the plainbox package.

In particular CheckBoxNG comes with the 'checkbox sru' command
(the same one as in plainbox). Later on this sub-command will be removed
from plainbox.

CheckBoxNG depends on plainbox >= 0.3

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CheckBoxNG
 
2
==========
 
3
 
 
4
:term:`CheckBoxNG` is a hardware testing tool useful for certifying laptops,
 
5
desktops and servers with Ubuntu. It is a new version of :term:`CheckBox` that
 
6
is built directly on top of :term:`PlainBox`
 
7
 
 
8
CheckBoxNG *replaces* CheckBox, where applicable. 
 
9
 
 
10
 
 
11
Installation
 
12
============
 
13
 
 
14
Installation is a bit tricky. You need to have python3-plainbox installed first
 
15
(which may come from the checkbox daily ppa) or you need to (recommended, for
 
16
the time being) develop plainbox.