diff --git a/tests/rpmostree_rebase.pm b/tests/rpmostree_rebase.pm index 7138ebab..5505a6ad 100644 --- a/tests/rpmostree_rebase.pm +++ b/tests/rpmostree_rebase.pm @@ -30,8 +30,14 @@ sub run { my $relnum = get_release_number; $rebase = $relnum - 1; # avoid rebasing from 37 to <37, bad stuff happens - # FIXME when 38 branches, we should change this to RELNUM+1 + # FIXME when + # https://github.com/fedora-silverblue/issue-tracker/issues/420 + # is fixed we should change this to 38 $rebase = "rawhide" if ($relnum eq "37"); + # FIXME: avoid rebasing to 38 until + # https://github.com/fedora-silverblue/issue-tracker/issues/420 + # is fixed + $rebase = "37" if ($rebase eq "38"); $target = "fedora/${rebase}/${arch}/silverblue"; } elsif ($current =~ "coreos") {