1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-22 07:15:44 +00:00

tidy the rpmostree_rebase change

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-04-02 17:12:47 -07:00
parent 1b8aa92df5
commit 0890217b9b

View File

@ -55,8 +55,9 @@ sub run {
$target = "fedora/${rebase}/${arch}/silverblue";
}
elsif ($current =~ "coreos") {
# previously we did this:
# $rebase = $current =~ "stable" ? "testing" : "stable";
# per above, rebasing from >41 to <=41 doesn't work
# but per above, rebasing from >41 to <=41 doesn't work
# as of 2025-04-02, 'stable' and 'testing' are 41,
# 'next' is 42, 'rawhide' is 43, so...
$rebase = "stable";