NAME

App::Pinto::Command::clean - remove orphaned distribution archives

VERSION

version 0.054

SYNOPSIS

pinto --root=REPOSITORY_ROOT clean

DESCRIPTION

The database for Pinto is transactional, so failures and aborted commands do not change the indexes. However, the filesystem where distribution archives are physically stored is not transactional and may become cluttered with archives that are not on any stack.

Normally, Pinto tries to clean up those orphaned archives. But in some cases it might not. Running this command will force their removal.

COMMAND ARGUMENTS

None.

COMMAND OPTIONS

None.

AUTHOR

Jeffrey Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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.