Difference between revisions of "Autobuild install"

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 install ''option'' [''argument''] [''option'' [''argument'']] ...
[package [package ...]]
|comments=Installs artifacts of dependency packages for use during the build of the current package
}}


Rather than changing this page directly, or at least after having done so,
'''Command-Specific Options'''
consider making the change to the command help itself (or suggest doing so
{| class=lltable border=1
to the author).
|--
======================================================================== -->
!width=180| Option
Usage:
!width=70| Shortcut
      <nowiki>autobuild install [-h] [--config-file INSTALL_FILENAME]</nowiki>
!Value
                        <nowiki>[--installed-manifest INSTALLED_FILENAME]</nowiki>
!Description
                        <nowiki>[-p PLATFORM] [--install-dir INSTALL_DIR] [--list]</nowiki>
                        <nowiki>[--list-installed] [--skip-license-check]</nowiki>
                        <nowiki>[--list-licenses] [--export-manifest]</nowiki>
                        <nowiki>[--as-source AS_SOURCE] [-n] [-q] [-v] [-d]</nowiki>
                        <nowiki>[package [package ...]]</nowiki>


|-
| --as-source ''as_source''
| N/A
| Package name from which to get source.
| Get the source for specified package instead of prebuilt binary.


Arguments:
|-
| --config-file ''filename''
| N/A
| File that describes what is installed (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml").
| Use specified configuration file.


:;<nowiki>package</nowiki>
|-
::<nowiki>List of packages to consider for installation. </nowiki>
| --export-manifest
| N/A
| None
|Print the install manifest to stdout and exit.


Options:
|-
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
| --installed-manifest ''filename''
| N/A
| The file used to record what is installed.
| Save record of what is installed to the specified file.


|- style="vertical-align: top;"
|-  
|<nowiki>-h, --help</nowiki>
| --install-dir ''dir''
|<nowiki>show this help message and exit</nowiki>
| N/A
| Directory path.
| Unpack installed files in specified directory


|- style="vertical-align: top;"
|-  
|<nowiki>--config-file&nbsp;INSTALL_FILENAME</nowiki>
| --list
| <nowiki>The file used to describe what should be installed (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml").</nowiki>
| N/A
| None
|List the archives specified in the package file.


|- style="vertical-align: top;"
|-  
|<nowiki>--installed-manifest&nbsp;INSTALLED_FILENAME</nowiki>
| --list-installed
| <nowiki>The file used to record what is installed.</nowiki>
| N/A
| None
|List the installed package names and exit.


|- style="vertical-align: top;"
|-  
|<nowiki>-p&nbsp;PLATFORM, --platform&nbsp;PLATFORM</nowiki>
| --list-licenses
| <nowiki>Override the automatically determined platform.</nowiki>
| N/A
| None
|List known licenses and exit.


|- style="vertical-align: top;"
|-  
|<nowiki>--install-dir&nbsp;INSTALL_DIR</nowiki>
| --platform ''platform''
| <nowiki>Where to unpack the installed files.</nowiki>
| -p ''platform''
| Platform name
| Override the automatically determined platform.


|- style="vertical-align: top;"
|-  
|<nowiki>--list</nowiki>
| --skip-license-check
|<nowiki>List the archives specified in the package file.</nowiki>
| N/A
 
| None
|- style="vertical-align: top;"
|Do not perform the license check.
|<nowiki>--list-installed</nowiki>
|<nowiki>List the installed package names and exit.</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--skip-license-check</nowiki>
|<nowiki>Do not perform the license check.</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--list-licenses</nowiki>
|<nowiki>List known licenses and exit.</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--export-manifest</nowiki>
|<nowiki>Print the install manifest to stdout and exit.</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--as-source&nbsp;AS_SOURCE</nowiki>
| <nowiki>Get the source for this package instead of prebuilt binary.</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:16, 9 March 2011

autobuild install option [argument] [option [argument]] ...

[package [package ...]]

Installs artifacts of dependency packages for use during the build of the current package

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
--as-source as_source N/A Package name from which to get source. Get the source for specified package instead of prebuilt binary.
--config-file filename N/A File that describes what is installed (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml"). Use specified configuration file.
--export-manifest N/A None Print the install manifest to stdout and exit.
--installed-manifest filename N/A The file used to record what is installed. Save record of what is installed to the specified file.
--install-dir dir N/A Directory path. Unpack installed files in specified directory
--list N/A None List the archives specified in the package file.
--list-installed N/A None List the installed package names and exit.
--list-licenses N/A None List known licenses and exit.
--platform platform -p platform Platform name Override the automatically determined platform.
--skip-license-check N/A None Do not perform the license check.