konflux-ci / rpm-lockfile-prototype

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

schema.py: allow flatpak to be combined with bare #25

Closed owtaylor closed 2 months ago

owtaylor commented 2 months ago

When we are building a Flatpak runtime, we need to run with --bare (ignore the Containerfile) and --flatpak (get the package list from container.yaml).

lubomir commented 2 months ago

--bare is more about running in empty rpmdb context, but that's nitpicking. Runtimes certainly need this.