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} \