Skip to content

Commit 5015701

Browse files
authored
Merge pull request #6427 from BOINC/vko_enable_update_from_stable_tests_for_new_linux_packages
[linux] enable 'update-from-stable' tests for Fedora 41/42. Change stable version from 8.2.1 to 8.2.4
2 parents 9726dc0 + 19c686a commit 5015701

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linux-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,14 +815,14 @@ jobs:
815815
rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
816816
yum install -y boinc-client boinc-manager
817817
818-
# - name: Install distro package for further upgrade from the stable for Fedora > 41
819-
# if: success() && matrix.type == 'upgrade-from-stable' && (matrix.os == '41' || matrix.os == '42')
820-
# run: |
821-
# dnf install -y dnf-plugins-core
822-
# dnf config-manager addrepo --from-repofile=https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc-stable-fc${{ matrix.os }}.repo
823-
# dnf config-manager setopt boinc-stable-fc${{ matrix.os }}.enabled=1
824-
# rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
825-
# dnf install -y boinc-client-8.2.1 boinc-manager-8.2.1
818+
- name: Install distro package for further upgrade from the stable for Fedora > 41
819+
if: success() && matrix.type == 'upgrade-from-stable' && (matrix.os == '41' || matrix.os == '42')
820+
run: |
821+
dnf install -y dnf-plugins-core
822+
dnf config-manager addrepo --from-repofile=https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc-stable-fc${{ matrix.os }}.repo
823+
dnf config-manager setopt boinc-stable-fc${{ matrix.os }}.enabled=1
824+
rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
825+
dnf install -y boinc-client-8.2.4 boinc-manager-8.2.4
826826
827827
- name: Download client
828828
if: success()

0 commit comments

Comments
 (0)