The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Pinto::Admin::Command::add - add local distributions to the repository

VERSION

version 0.040_001

SYNOPSIS

  pinto-admin --root=/some/dir add [OPTIONS] ARCHIVE_FILE ...
  pinto-admin --root=/some/dir add [OPTIONS] < LIST_OF_ARCHIVE_FILES

DESCRIPTION

This command adds local distribution archives to the repository. Then it recursively locates and pulls all the distributions that are necessary to satisfy their prerequisites.

When locating packages, Pinto first looks at the the packages that already exist in the local repository, then Pinto looks at the packages that are available available on the upstream repositories.

COMMAND ARGUMENTS

Arguments to this command are paths to the distribution archives that you wish to add. Each of these files must exist and must be readable.

You can also pipe arguments to this command over STDIN. In that case, blank lines and lines that look like comments (i.e. starting with "#" or ';') will be ignored.

COMMAND OPTIONS

--author=NAME

Set the identity of the distribution author. The NAME must be alphanumeric characters (no spaces) and will be forced to uppercase. Defaults to the user specified in your ~/.pause configuration file (if such file exists). Otherwise, defaults to your current login username.

--norecurse

Do not recursively pull distributions required to satisfy the prerequisites of the added distributions.

--pin

Pins all the packages in the added distributions to the stack, so they cannot be changed until you unpin them. The pin does not apply to any prerequisites that are pulled in for this distribution. However, you may pin them separately with the pin command, if you so desire.

--stack=NAME

Places all the packages within the distribution into the stack with the given NAME. Otherwise, packages go onto the 'default' stack.

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.