Difference between revisions of "Autobuild package"

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 1: Line 1:
<!-- =======================================================================
{{Autobuild Cmd
This wiki page was generated by the converting the --help output from this
|command=
command using the pyhelp2wiki command.
autobuild package <br>    ''option'' [''value''] [''option'' [''value'']] ...
|comments=
Packages the artifacts produced by the <code>autobuild build</code> command into a package
archive for distribution.
}}
'''Command-Specific Options'''
{| class=lltable border=1
|--
!width=180| Option
!width=70| Shortcut
!Value
!Description


Rather than changing this page directly, or at least after having done so,
|-  
consider making the change to the command help itself (or suggest doing so
| --config-file ''filename''
to the author).
|N/A
======================================================================== -->
| File used to describe how to build the package (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")
Usage:
| Use specified configuration file.
      <nowiki>autobuild package [-h] [--config-file AUTOBUILD_FILENAME]</nowiki>
                        <nowiki>[--archive-name ARCHIVE_FILENAME] [-p PLATFORM]</nowiki>
                        <nowiki>[--skip-license-check] [-n] [-q] [-v] [-d]</nowiki>


|-
| --archive-name ''filename''
|N/A
| Filename of the archive that autobuild will create.
| Specify name of archive to create.


Options:
|-
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
| --platform ''platform''
<nowiki>optional arguments:</nowiki>
| -p ''platform''
| Platform name
| Override the working platform.


|- style="vertical-align: top;"
|-  
|<nowiki>-h, --help</nowiki>
| --skip-license-check
|<nowiki>show this help message and exit</nowiki>
|N/A
 
|None
|- style="vertical-align: top;"
| Do not perform the license check
|<nowiki>--config-file&nbsp;AUTOBUILD_FILENAME</nowiki>
| <nowiki>the file used to describe how to build the package (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--archive-name&nbsp;ARCHIVE_FILENAME</nowiki>
| <nowiki>the filename of the archive that autobuild will create</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-p&nbsp;PLATFORM, --platform&nbsp;PLATFORM</nowiki>
| <nowiki>override the working platform</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--skip-license-check</nowiki>
|<nowiki>do not perform the license check</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-q, --quiet</nowiki>
|<nowiki>minimal output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-v, --verbose</nowiki>
|<nowiki>verbose output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-d, --debug</nowiki>


|}
|}


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

Revision as of 17:42, 9 March 2011

autobuild package
option [value] [option [value]] ...

Packages the artifacts produced by the autobuild build command into a package archive for distribution.

Standard Options

Option Shortcut Value Description
--debug -d None Display debug output
--dry-run -n None Run tool in dry run mode if available
--help -h None Show help message
--quiet -q None Display minimal output
--verbose -v None Display verbose output

Command-Specific Options

Option Shortcut Value Description
--config-file filename N/A File used to describe how to build the package (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml") Use specified configuration file.
--archive-name filename N/A Filename of the archive that autobuild will create. Specify name of archive to create.
--platform platform -p platform Platform name Override the working platform.
--skip-license-check N/A None Do not perform the license check