Difference between revisions of "Autobuild edit"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
======================================================================== -->
======================================================================== -->
Usage:
Usage:
       <nowiki>autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a]</nowiki>
       <nowiki>autobuild edit [-h] [--dry-run] [--quiet] [--verbose] [--debug]</nowiki>
                      <nowiki>[-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]</nowiki>
                      <nowiki>{platform,build,source-info,configure,package} ...</nowiki>




Arguments:
Arguments:


:;<nowiki>OPT</nowiki>
:;<nowiki>platform</nowiki>
::<nowiki>an option to pass to the build command </nowiki>
::<nowiki>Platform-specific configuration</nowiki>
:;<nowiki>package</nowiki>
::<nowiki>Information about the package</nowiki>
:;<nowiki>source-info</nowiki>
::<nowiki>Information about the package source, for installation as source by other packages.</nowiki>
:;<nowiki>configure</nowiki>
::<nowiki>Configure 'autobuild configure'</nowiki>
:;<nowiki>build</nowiki>
::<nowiki>Configure 'autobuild build' </nowiki>


Options:
Options:
Line 25: Line 33:


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
|<nowiki>--dry-run</nowiki>
| <nowiki>(defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--no-configure</nowiki>
|<nowiki>do not configure before building</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--all, -a</nowiki>
|<nowiki>build all configurations</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--configuration&nbsp;[CONFIGURATION], -c&nbsp;[CONFIGURATION]</nowiki>
| <nowiki>build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--use-cwd</nowiki>
|<nowiki>build in current working directory</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-q, --quiet</nowiki>
|<nowiki>--quiet</nowiki>
|<nowiki>minimal output</nowiki>
|<nowiki>minimal output</nowiki>


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-v, --verbose</nowiki>
|<nowiki>--verbose</nowiki>
|<nowiki>verbose output</nowiki>
|<nowiki>verbose output</nowiki>


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-d, --debug</nowiki>
|<nowiki>--debug</nowiki>


|}
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Revision as of 20:11, 13 February 2011

Usage:

      autobuild edit [-h] [--dry-run] [--quiet] [--verbose] [--debug]
                     {platform,build,source-info,configure,package} ...


Arguments:

platform
Platform-specific configuration
package
Information about the package
source-info
Information about the package source, for installation as source by other packages.
configure
Configure 'autobuild configure'
build
Configure 'autobuild build'

Options:

-h, --help show this help message and exit
--dry-run run tool in dry run mode if available
--quiet minimal output
--verbose verbose output
--debug