App::Pinto::Command::clean - remove orphaned distribution archives
version 0.14
pinto --root=REPOSITORY_ROOT clean
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 in the database.
Normally, Pinto tries to clean up those orphaned archives. But in some cases it
might not. Running this command will force their removal.
This command also runs some optimizations on the database. So if your repository
seems to be running slowly, try running this command to see if performance
improves.
None.
None.
Jeffrey Ryan Thalhammer <
[email protected]>
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same
terms as the Perl 5 programming language system itself.