App::Pinto::Command::unregister
remove packages from a stack
- Provided by: pinto (Version: 0.97+dfsg-4)
- Report a bug
remove packages from a stack
version 0.097
pinto --root=REPOSITORY_ROOT unregister [OPTIONS] TARGET ...
!! THIS COMMAND IS EXPERIMENTAL !!
This command unregisters packages from a stack, so that they no longer appear in its index. However, the archives that contain the packages will remain in the repository. When unregistering, all the sister packages in the same distribution are also unregistered.
To permanently remove an archive from the repository, use the delete command. To re-register packages on a stack, use the register command.
Arguments are the targets that you want to unregister. Targets can be specified as packages (with or without version number) or distributions. For example:
Foo::Bar # Unregisters any version of Foo::Bar Foo::Bar~1.2 # Unregisters Foo::Bar 1.2 or higher SHAKESPEARE/King-Lear-1.2.tar.gz # Unregisters a specific distribuion
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.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2013 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.