]> code.ossystems Code Review - openembedded-core.git/commit
documentation-audit.sh: script for auditing documentation build status
authorScott Garman <scott.a.garman@intel.com>
Tue, 25 Oct 2011 22:00:08 +0000 (15:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Oct 2011 22:02:41 +0000 (22:02 +0000)
commitd5e5023c67dacf78cd3b6e3593777b30e5a8f05d
treef9e6aff4cb5a149b6eb8fd61ed022b982c7d99b5
parentfee0ed81a63269b724fcc9e842aa349bbad38d7f
documentation-audit.sh: script for auditing documentation build status

This script is used to enumerate which recipes are building
documentation. It does this by checking that a -doc package
gets generated and contains files.

The script works by building each recipe using the output from
bitbake -s.

It will generate several report files, listing which recipes
include documentation, which are missing documentation, and
which did not successfully build at all.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/contrib/documentation-audit.sh [new file with mode: 0755]