mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Add getbinpkgonly (-G) to portage (#1169)
* Add getbinpkgonly (-G) to portage * version_added for getbinpkgonly * Format description nicely, add the mutually exclusive nature of the 'pkg' options, and correct usepkgonly * Changelog fragement * Formatting * Update changelogs/fragments/1169-getbinpkgonly.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Remove all exclusiveness, portage makes no such restrictions Co-authored-by: Mike Williams <mike.williams@sectigo.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
19fdfcf0b3
commit
0b13fd2c76
2 changed files with 15 additions and 6 deletions
3
changelogs/fragments/1169-getbinpkgonly.yaml
Normal file
3
changelogs/fragments/1169-getbinpkgonly.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- portage - add ``getbinpkgonly`` option, remove unnecessary note on internal portage behaviour (getbinpkg=yes), and remove the undocumented exclusiveness of the pkg options as portage makes no such restriction (https://github.com/ansible-collections/community.general/pull/1169).
|
Loading…
Add table
Add a link
Reference in a new issue