Difference between revisions of "Autobuild edit"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…")
 
Line 8: Line 8:
======================================================================== -->
======================================================================== -->
Usage:
Usage:
       <nowiki>autobuild edit [-h] [-n] [-q] [-v] [-d]</nowiki>
       <nowiki>autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a]</nowiki>
                      <nowiki>{platform,build,source-info,configure,package} ...</nowiki>
                      <nowiki>[-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]</nowiki>


Arguments:
:;<nowiki>OPT</nowiki>
::<nowiki>an option to pass to the build command </nowiki>


Options:
Options:
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
<nowiki>optional arguments:</nowiki>


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-h, --help</nowiki>
|<nowiki>-h, --help</nowiki>
|<nowiki>show this help message and exit</nowiki>
|<nowiki>show this help message and exit</nowiki>
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</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;"
|- style="vertical-align: top;"
Line 34: Line 58:
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-d, --debug</nowiki>
|<nowiki>-d, --debug</nowiki>
|<nowiki>debug output </nowiki>


|}
|}
<nowiki>subcommands:</nowiki>
  <nowiki>{platform,build,source-info,configure,package}</nowiki>
    <nowiki>platform            Platform-specific configuration</nowiki>
    <nowiki>package            Information about the package</nowiki>
    <nowiki>source-info        Information about the package source, for installation</nowiki>
                        <nowiki>as source by other packages.</nowiki>
    <nowiki>configure          Configure 'autobuild configure'</nowiki>
    <nowiki>build              Configure 'autobuild build'</nowiki>


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

Revision as of 19:57, 13 February 2011

Usage:

      autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a]
                      [-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]


Arguments:

OPT
an option to pass to the build command

Options:

-h, --help show this help message and exit
--config-file CONFIG_FILE (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")
--no-configure do not configure before building
--all, -a build all configurations
--configuration [CONFIGURATION], -c [CONFIGURATION] build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)
--use-cwd build in current working directory
-n, --dry-run run tool in dry run mode if available
-q, --quiet minimal output
-v, --verbose verbose output
-d, --debug