Autobuild installables
Jump to navigation
Jump to search
Usage:
autobuild installables [-h] [--config-file CONFIG_FILE] [-a ARCHIVE] [-i] [-n] [-q] [-v] [-d] [command] [name] [argument [argument ...]]
Arguments:
- command
- installable command: add, remove, edit, or print
- name
- the name of the installable
- argument
- a key=value pair specifying an attribute
Options:
-h, --help show this help message and exit --config-file CONFIG_FILE (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml") -a ARCHIVE, --archive ARCHIVE infer installable attributes from the given archive -i, --interactive run as an interactive session -n, --dry-run run tool in dry run mode if available -q, --quiet minimal output -v, --verbose verbose output -d, --debug debug output
EXAMPLE: autobuild edit indra_common platform=linux hash=<md5 hash> url=<url>