sbsv2/raptor/notes/query_cli.txt
author Mike Kinghan <mikek@symbian.org>
Wed, 01 Dec 2010 12:02:41 +0000
changeset 42 cf609178ac39
parent 18 de5b887c98f7
permissions -rw-r--r--
1) fix_tools_exports.pl need only be run on Windows hosts; was run unnecessarily on Linux too. 2) Need to export modload.pm on Linux as well as Windows hosts.


A new --query command-line option allows other tools to easily read raptor's
configuration data without having to understand exactly how raptor config
files work.

For example, all the valid build aliases which can be used to build with
the -c option can be obtained using:

sbs --query=aliases

All the known product variants can be obtained using:

sbs --query=products

And the details of a particular configuration can be found using:

sbs --query=config[armv5_urel.n8]