konflux-ci / rpm-lockfile-prototype

GNU General Public License v3.0
3 stars 10 forks source link

Add --flatpak option to read packages from container.yaml #19

Closed owtaylor closed 3 months ago

owtaylor commented 3 months ago

For Flatpak containers, the set of packages to include in the Flatpak is defined in the container.yaml, and for runtimes, can be very big, so we don't want to duplicate it in rpms.in.yaml. Instead read the package list from container.yaml.

lubomir commented 3 months ago

Looks good to me!