mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 12:45:57 +01:00
Drop the hidden option ---generate-rpm in favor of --system-package. The new option controls how a system container is installed to the host: --generate-rpm=build build the rpm file without installing it. --generate-rpm=yes build the rpm and install it, the rpm is deleted. --generate-rpm=no do not attempt to build and install an rpm file. --generate-rpm=auto install the rpm only if a .spec file is defined in the image. This is the default. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #767 Approved by: rhatdan