debian-forge-composer/cmd/osbuild-package-sets
Tomas Hozza 8ab8013535 cmd: add osbuild-package-sets for printing package sets of an image
Add a new debugging / development tool `osbuild-package-sets` for
printing JSON object with all package sets of a specific distro x arch x
image type combination.

This is useful, since due to the way package sets are implemented in
composer, the actual package set of a vanilla image type is very
difficult to determine just by looking at the code.

Example usage:
`go run cmd/osbuild-package-sets/main.go -distro rhel-90 -arch x86_64
-image qcow2`
2022-03-29 11:36:52 +02:00
..
main.go cmd: add osbuild-package-sets for printing package sets of an image 2022-03-29 11:36:52 +02:00