Autobuild edit

From Second Life Wiki
Revision as of 20:25, 13 February 2011 by Oz Linden (talk | contribs)
Jump to navigation Jump to search

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

autobuild edit build

Usage:

      autobuild edit build [-h] [--delete] [--config-file CONFIG_FILE]
                           [argument [argument ...]]


Arguments:

argument
name Name of config platform Platform of config command Command to execute options Options for command arguments Arguments for command

Options:

-h, --help show this help message and exit
--delete
--config-file CONFIG_FILE

autobuild edit configure

Usage:

      autobuild edit configure [-h] [--delete] [--config-file CONFIG_FILE]
                               [argument [argument ...]]


Arguments:

argument
name Name of config platform Platform of config command Command to execute options Options for command arguments Arguments for command

Options:

-h, --help show this help message and exit
--delete
--config-file CONFIG_FILE

autobuild edit package

Usage:

      autobuild edit package [-h] [--delete] [--config-file CONFIG_FILE]
                             [argument [argument ...]]


Arguments:

argument
name Name of package description Package description copyright Copyright string (as appropriate for your package) license Type of license (as appropriate for your package) license_file Path to license file relative to package root, if known version Version

Options:

-h, --help show this help message and exit
--delete
--config-file CONFIG_FILE

autobuild edit platform

Usage:

      autobuild edit platform [-h] [--delete] [--config-file CONFIG_FILE]
                              [argument [argument ...]]


Arguments:

argument
name Name of platform build_directory Build directory

Options:

-h, --help show this help message and exit
--delete
--config-file CONFIG_FILE

autobuild edit source-info

Usage:

      autobuild edit source-info [-h] [--delete] [--config-file CONFIG_FILE]
                                 [argument [argument ...]]


Arguments:

argument
source Source URL for code repository source_type Repository type (hg, svn, etc.) source_directory Location to which source should be installed, relative to autobuild.xml

Options:

-h, --help show this help message and exit
--delete
--config-file CONFIG_FILE