Removes the *.obsinfo files which were included by mistake
while copying contents from local OBS checkout. Those are
OBS generated artifacts and are not meant to be included in
the git repository.
Signed-off-by: David Cassany <dcassany@suse.com>
OS container images and ISO container images are
included in a single package using a multibuild setup.
`build-*-iso` packages are no longer needed.
Signed-off-by: David Cassany <dcassany@suse.com>
.changes files are only really needed for RPM package builds. For image builds
they were only added to supplement OBS' builtin version control, but now we're
using git instead where this is just redundant duplication of already existing
information. This avoids duplicate work and conflicts.