I just noticed that get-aurora-dev/common#249 hasn't made into the testing image yet.
The reason is that we copy the files first and may overwrite contents from RPMs and then may remove said RPMs, which also removes the contents we actually want to keep on the image.
This explicitly happens because we remove plasma-welcome-fedora.
I touched on this subject on #1873
Ideally we want to split things up in a way so
- files strictly necessary for the build are copied first (things like dracut, dnf config)
- are in this repository
- things not needed or that don't influence the build in any way are copied at the end so we don't accidentally remove them
I just noticed that get-aurora-dev/common#249 hasn't made into the testing image yet.
The reason is that we copy the files first and may overwrite contents from RPMs and then may remove said RPMs, which also removes the contents we actually want to keep on the image.
This explicitly happens because we remove
plasma-welcome-fedora.I touched on this subject on #1873
Ideally we want to split things up in a way so