From 0890217b9ba3f985ee2f2d5ef0f25731d8ce9069 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Apr 2025 17:12:47 -0700 Subject: [PATCH] tidy the rpmostree_rebase change Signed-off-by: Adam Williamson --- tests/rpmostree_rebase.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/rpmostree_rebase.pm b/tests/rpmostree_rebase.pm index dd668819..167d0f14 100644 --- a/tests/rpmostree_rebase.pm +++ b/tests/rpmostree_rebase.pm @@ -55,8 +55,9 @@ sub run { $target = "fedora/${rebase}/${arch}/silverblue"; } elsif ($current =~ "coreos") { -# $rebase = $current =~ "stable" ? "testing" : "stable"; - # per above, rebasing from >41 to <=41 doesn't work + # previously we did this: + # $rebase = $current =~ "stable" ? "testing" : "stable"; + # 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";