# HG changeset patch # User Richard Taylor # Date 1272535813 -3600 # Node ID ae2462f67a305d01a692dac80a0be4e530ec56a6 # Parent 69637e02a1ce48150bb95909df2b236c1a9f81e3 release note: add --query option diff -r 69637e02a1ce -r ae2462f67a30 sbsv2/raptor/RELEASE-NOTES.html --- a/sbsv2/raptor/RELEASE-NOTES.html Thu Apr 29 09:54:32 2010 +0100 +++ b/sbsv2/raptor/RELEASE-NOTES.html Thu Apr 29 11:10:13 2010 +0100 @@ -13,6 +13,7 @@
  • Pass parameters to log filters from the command line
  • Work-around for failed RVCT 2.2 compiles
  • +
  • Obtain configuration data using --query option
  • diff -r 69637e02a1ce -r ae2462f67a30 sbsv2/raptor/notes/query_cli.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/notes/query_cli.txt Thu Apr 29 11:10:13 2010 +0100 @@ -0,0 +1,18 @@ + +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] +