Autobuild upload

From Second Life Wiki
Revision as of 19:54, 13 February 2011 by Oz Linden (talk | contribs) (Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage:

      autobuild upload [-h] [--upload-to-s3] [--credentials CREDENTIALS] [-n]
                       [-q] [-v] [-d]
                       archive


Arguments:

archive
specify the archive to upload to install-packages.lindenlab.com or to S3, as indicated by config file

Options:

-h, --help show this help message and exit
--upload-to-s3 upload this archive to amazon S3
--credentials CREDENTIALS The file containing s3 credentials. Currently this option is ignored and the default is hardcoded. The default is $HOME/.s3curl (or %USERPROFILE%/.s3curl on windows). see below for details
-n, --dry-run run tool in dry run mode if available
-q, --quiet minimal output
-v, --verbose verbose output
-d, --debug debug output

example .s3curl credentials file contents:

 %awsSecretAccessKeys = (
   lindenlab => {
     id => 'ABCDABCDABCDABCD',
     key => '01234567890abcdABCD/01234567890abcdABCD+',
   },
 }