Changes for version 0.038 - 2012-04-10
- Bug Fixes:
- Fixed bug in the "verify" command that caused a "method not found" error.
- Corrected the package names that we depend on. These got moved around in the Pinto-Common distribution and I failed to update the correct names here. Thanks CPAN Testers for helping me see this!
- Also corrected some erroneous documentation in several of the commands that were brought over from App::Pinto::Admin in the last release.
Documentation
Interact with a remote a Pinto repository
Modules
Command line driver for Pinto::Remote
Base class for pinto-remote commands
add a distribution to the remote repository
remove all distributions that are not in the index
get selected distributions from a remote repository
list the contents of the remote repository
show the full manual for a command
bring in all the latest distributions from another repository
check if a remote Pinto repository is alive
force a package into the index
rebuild the repository index
remove a distribution from the remote repository
report statistics about the remote repository
loosen a package that has been pinned
report distributions that are missing
show version information
Interact with a remote Pinto repository
Base class for remote Actions
Add a distribution to a the repository
Remove all outdated distributions from the repository
Import a package (and its prerequisites) into the repository
List the contents of a repository
Pull all the latest distributions into the repository
Run a no-op on a remote repository
Force a package into the index
Rebuild the index file for the repository
Remove a package from a remote repository
Report statistics about a remote repository
Loosen a package that has been pinned
Verify all distributions are present in the repository
Runs a series of remote actions
Internal configuration for Pinto::Remote
Record events in the repository log file (and elsewhere).
The result from running a Batch of Actions
Interface for Actions that make committable changes