Skip to content

copy system_files at the end of the build causes issues #2687

Description

@renner0e

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions