App::Pinto::Command::unpin(3pm) | User Contributed Perl Documentation | App::Pinto::Command::unpin(3pm) |
App::Pinto::Command::unpin - free packages that have been pinned
version 0.14
pinto --root=REPOSITORY_ROOT unpin [OPTIONS] TARGET ...
This command unpins package in the stack, so that the stack can be merged into another stack with a newer packages, or so the packages can be upgraded to a newer version within this stack.
Arguments are the targets you wish to unpin. Targets can be specified as packages or distributions, such as:
Some::Package Some::Other::Package AUTHOR/Some-Dist-1.2.tar.gz AUTHOR/Some-Other-Dist-1.3.zip
When unpinning a distribution, all the packages in that distribution become unpinned. Likewise when unpinning a package, all its sister packages in the same distribution also become unpinned.
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.
The default style is "concise". However, the default style can changed by setting the "PINTO_DIFF_STYLE" environment variable to your preferred STYLE. This variable affects the default style for diff reports generated by all other commands too.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
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.
2022-10-16 | perl v5.34.0 |