Difference between revisions of "Autobuild installables"

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 installables <br>   ''option'' [''value''] [''option'' [''value'']] ... <br>   [''command''] [''name''] [''argument'' [''argument'' ...]]
 
|comments=
Rather than changing this page directly, or at least after having done so,
Specify installables as dependencies of the current pacakge for use by the <code>autobuild install</code> command.
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
Usage:
      <nowiki>autobuild installables [-h] [--config-file CONFIG_FILE] [-a ARCHIVE]</nowiki>
                              <nowiki>[-i] [-n] [-q] [-v] [-d]</nowiki>
                              <nowiki>[command] [name] [argument [argument ...]]</nowiki>
 


Arguments:
Arguments:


:;<nowiki>command</nowiki>
*''command'': installable command: add, remove, edit, or print.
::<nowiki>installable command: add, remove, edit, or print</nowiki>
*''name'': the name of the installable.
:;<nowiki>name</nowiki>
*''argument'': a key=value pair specifying an attribute.
::<nowiki>the name of the installable</nowiki>
}}
:;<nowiki>argument</nowiki>
::<nowiki>a key=value pair specifying an attribute </nowiki>
 
Options:
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
 
|- style="vertical-align: top;"
|<nowiki>-h, --help</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>-a&nbsp;ARCHIVE, --archive&nbsp;ARCHIVE</nowiki>
| <nowiki>infer installable attributes from the given archive</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-i, --interactive</nowiki>
|<nowiki>run as an interactive session</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>


|- style="vertical-align: top;"
'''Command-Specific Options'''
|<nowiki>-q, --quiet</nowiki>
{| class=lltable border=1
|<nowiki>minimal output</nowiki>
|--
! Option
! Shortcut
!Value
!Description


|- style="vertical-align: top;"
|-  
|<nowiki>-v, --verbose</nowiki>
| --config-file ''config_file''
|<nowiki>verbose output</nowiki>
|N/A
| Path of configuration file
| Use specified configuration file. (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")


|- style="vertical-align: top;"
|-  
|<nowiki>-d, --debug</nowiki>
| --archive ''archive''
|<nowiki>debug output </nowiki>
| -a ''archive''
| Archive name
| Infer installable attributes from the given archive


|-
| --interactive
| -i
| None
| Run as an interactive session
|}
|}
<nowiki>EXAMPLE: autobuild edit indra_common platform=linux hash=<md5 hash> url=<url></nowiki>


[[Category:Autobuild]]
== Example ==
autobuild edit indra_common platform=linux hash=<md5 hash> url=<url>

Revision as of 17:31, 9 March 2011

autobuild installables
option [value] [option [value]] ...
[command] [name] [argument [argument ...]]

Specify installables as dependencies of the current pacakge for use by the autobuild install command.

Arguments:

  • command: installable command: add, remove, edit, or print.
  • name: the name of the installable.
  • argument: a key=value pair specifying an attribute.

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 config_file N/A Path of configuration file Use specified configuration file. (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")
--archive archive -a archive Archive name Infer installable attributes from the given archive
--interactive -i None Run as an interactive session

Example

autobuild edit indra_common platform=linux hash=<md5 hash> url=<url>