fedora-ci / mini-tps

Installability test for RPMs
GNU General Public License v2.0
1 stars 8 forks source link

Add profiles for Fedora #24

Closed msrb closed 1 year ago

msrb commented 1 year ago

Fedora images already come with all the repo files that we need, and therefore we don't need to modify or replace them. However, we still need those empty repo files so that we can list explicitly supported versions:

$ mtps-prepare-system --list fedora-36 fedora-37 fedora-38 fedora-39 ...

Signed-off-by: Michal Srb michal@redhat.com

msrb commented 1 year ago

Fedora CI was using forked mini-tps becase at the time mini-tps didn't have the support for different operating systems (https://github.com/fedora-ci/mini-tps/commit/ad64206cdd6f5a00f2db8b9ee52209607cf59a0a).

And then I forgot to upstream the profiles as well :)

Note this doesn't fix anything dnf-5 related... this is just upstreaming what was up until now in the Fedora CI fork.

msrb commented 1 year ago

@Andrei-Stepanov PTAL :)