Difference between revisions of "Autobuild installables"
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…") |
Rand Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Autobuild Cmd | |||
|command= | |||
autobuild installables <br> ''option'' [''value''] [''option'' [''value'']] ... <br> [''command''] [''name''] [''argument'' [''argument'' ...]] | |||
|comments= | |||
Specify installables as dependencies of the current pacakge for use by the <code>autobuild install</code> command. | |||
Arguments: | Arguments: | ||
*''command'': installable command: add, remove, edit, or print. | |||
*''name'': the name of the installable. | |||
*''argument'': a key=value pair specifying an attribute. | |||
}} | |||
| | '''Command-Specific Options''' | ||
| | {| class=lltable border=1 | ||
|-- | |||
! 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> |
Revision as of 16:31, 9 March 2011
autobuild installables
option [value] [option [value]] ...
[command] [name] [argument [argument ...]]
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>