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:
parent
1b8aa92df5
commit
0890217b9b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user