mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-04 19:13:08 +00:00
F39 EOL cleanup: remove one F38/F39 workaround from ostree rebase
The other is a bit more risky, will test and do that one later, separately. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a2ecf4bc0c
commit
e43faa5855
@ -44,10 +44,6 @@ sub run {
|
||||
}
|
||||
elsif ($current =~ "silverblue") {
|
||||
my $relnum = get_release_number;
|
||||
$rebase = $relnum - 1;
|
||||
# avoid rebasing 39 > 38 due to
|
||||
# https://github.com/fedora-silverblue/issue-tracker/issues/470
|
||||
$rebase = "40" if ($rebase eq "38");
|
||||
# on update tests, just rebase to the 'official' ref for the
|
||||
# release, as opposed to the custom ref we used when building;
|
||||
# this should be more reliable than a different release
|
||||
|
Loading…
Reference in New Issue
Block a user