From cf3849c60e4bd24b2352df698ab8400a0f5d935f Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sun, 14 Apr 2024 21:48:50 -0500 Subject: [PATCH] chore: fix fsync-lts get version --- .github/workflows/reusable-build.yml | 4 ++-- build-prep.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 554ddd86..b60e23cb 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -171,8 +171,8 @@ jobs: linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-fsync --whatprovides kernel | tail -n1 | sed 's/.*://') ;; "fsync-lts") - $dnf copr enable -y sentry/kernel-fsync-lts - linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-fsync-lts --whatprovides kernel | tail -n1 | sed 's/.*://') + $dnf copr enable -y sentry/kernel-ba + linux=$($dnf repoquery --repoid copr:copr.fedorainfracloud.org:sentry:kernel-ba --whatprovides kernel | tail -n1 | sed 's/.*://') ;; "surface") $dnf config-manager --add-repo=https://pkg.surfacelinux.com/fedora/linux-surface.repo diff --git a/build-prep.sh b/build-prep.sh index 35c78574..e234eb0c 100755 --- a/build-prep.sh +++ b/build-prep.sh @@ -109,7 +109,7 @@ elif [[ "surface" == "${KERNEL_FLAVOR}" ]]; then --install kernel-surface-modules-extra elif [[ "main" == "${KERNEL_FLAVOR}" ]] && \ [[ "" != "${KERNEL_VERSION}" ]]; then - echo "main kernel with version to avoid upgrading kernel beyond what is in the image." + echo "main kernel version ${KERNEL_VERSION} to avoid upgrading kernel beyond what is in the image." rpm-ostree cliwrap install-to-root / rpm-ostree install \ kernel-devel-${KERNEL_VERSION} \