Difference between revisions of "Autobuild edit"

From Second Life Wiki
Jump to navigation Jump to search
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 edit ''subcommand''
''option'' [''argument''] [''option'' [''argument''] ...]
[argument [argument ...]]
|comments=
Edits the definition of the current package.
The ''subcommand'' specifies what to edit, and is one of:
* build: Configures <code>autobuild build</code>.
* configure: Configures <code>autobuild configure</code>.
* package: Configures information about the package.
* platform: Configures platform-specific configuration.
* source-info: Configures information about the package source, for installation as source by other packages.
}}


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).
|--
======================================================================== -->
!Option
Usage:
!Shortcut
      <nowiki>autobuild edit [-h] [--dry-run] [--quiet] [--verbose] [--debug]</nowiki>
!Value
                      <nowiki>{platform,build,source-info,configure,package} ...</nowiki>
!Description


|-
| --delete
| N/A
| ?


Arguments:
|-  
 
| --config-file ''config_file''
:;<nowiki>platform</nowiki>
| N/A
::<nowiki>Platform-specific configuration</nowiki>
| Configuration file
:;<nowiki>package</nowiki>
| Use specified configuration file
::<nowiki>Information about the package</nowiki>
:;<nowiki>source-info</nowiki>
::<nowiki>Information about the package source, for installation as source by other packages.</nowiki>
:;<nowiki>configure</nowiki>
::<nowiki>Configure 'autobuild configure'</nowiki>
:;<nowiki>build</nowiki>
::<nowiki>Configure 'autobuild build' </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>--dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--quiet</nowiki>
|<nowiki>minimal output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--verbose</nowiki>
|<nowiki>verbose output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--debug</nowiki>
 
|}
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.
 
Rather than changing this page directly, or at least after having done so,
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
 
== autobuild edit build ==
 
Usage:
      <nowiki>autobuild edit build [-h] [--delete] [--config-file CONFIG_FILE]</nowiki>
                            <nowiki>[argument [argument ...]]</nowiki>
 
 
Arguments:
 
:;<nowiki>argument</nowiki>
::<nowiki>name                Name of config platform            Platform of config command            Command to execute options            Options for command arguments          Arguments for command </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>--delete</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>


|}
|}
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.
Rather than changing this page directly, or at least after having done so,
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
== autobuild edit configure ==
Usage:
      <nowiki>autobuild edit configure [-h] [--delete] [--config-file CONFIG_FILE]</nowiki>
                                <nowiki>[argument [argument ...]]</nowiki>
Arguments:


:;<nowiki>argument</nowiki>
::<nowiki>name                Name of config platform            Platform of config command            Command to execute options            Options for command arguments          Arguments for command </nowiki>


Options:
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"


|- style="vertical-align: top;"
'''Arguments for build subcommand'''
|<nowiki>-h, --help</nowiki>
|<nowiki>show this help message and exit</nowiki>


|- style="vertical-align: top;"
* name - Name of config
|<nowiki>--delete</nowiki>
*platform - Platform of config
*command - Command to execute
*options - Options for command
*arguments - Arguments for command


|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>


|}
'''Arguments for package subcommand'''
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.


Rather than changing this page directly, or at least after having done so,
*name - Name of package
consider making the change to the command help itself (or suggest doing so
*description - Package description
to the author).
*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


== autobuild edit package ==
'''Arguments for platform subcommand'''


Usage:
*name - Name of platform
      <nowiki>autobuild edit package [-h] [--delete] [--config-file CONFIG_FILE]</nowiki>
*build_directory - Build directory
                              <nowiki>[argument [argument ...]]</nowiki>


'''Arguments for source-info subcommand'''


Arguments:
* 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


:;<nowiki>argument</nowiki>
::<nowiki>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 </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>--delete</nowiki>
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
|}
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.
Rather than changing this page directly, or at least after having done so,
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
== autobuild edit platform ==
Usage:
      <nowiki>autobuild edit platform [-h] [--delete] [--config-file CONFIG_FILE]</nowiki>
                              <nowiki>[argument [argument ...]]</nowiki>
Arguments:
:;<nowiki>argument</nowiki>
::<nowiki>name                Name of platform build_directory    Build directory </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>--delete</nowiki>
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
|}
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.
Rather than changing this page directly, or at least after having done so,
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
== autobuild edit source-info ==
Usage:
      <nowiki>autobuild edit source-info [-h] [--delete] [--config-file CONFIG_FILE]</nowiki>
                                  <nowiki>[argument [argument ...]]</nowiki>
Arguments:
:;<nowiki>argument</nowiki>
::<nowiki>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 </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>--delete</nowiki>
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Revision as of 16:58, 9 March 2011

autobuild edit subcommand

option [argument] [option [argument] ...] [argument [argument ...]]

Edits the definition of the current package. The subcommand specifies what to edit, and is one of:

  • build: Configures autobuild build.
  • configure: Configures autobuild configure.
  • package: Configures information about the package.
  • platform: Configures platform-specific configuration.
  • source-info: Configures information about the package source, for installation as source by other packages.

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
--delete N/A ?
--config-file config_file N/A Configuration file Use specified configuration file


Arguments for build subcommand

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


Arguments for package subcommand

  • 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

Arguments for platform subcommand

  • name - Name of platform
  • build_directory - Build directory

Arguments for source-info subcommand

  • 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