File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive
99apt-get update
1010apt-get install -y lsb-release
1111
12- KERNEL_VERSION=6.19.8
13- PKGREL=2
12+ KERNEL_VERSION=7.0-rc4
13+ PKGREL=1
1414DISTRO=$( lsb_release -i | cut -d " :" -f 2 | xargs)
1515CODENAME=$( lsb_release -c | cut -d " :" -f 2 | xargs)
1616
@@ -133,10 +133,10 @@ echo >&2 "===]> Info: Copying debs and calculating SHA256 ... "
133133cp -rfv " ${KERNEL_PATH} /.config" " /tmp/artifacts/kernel_config_${KERNEL_VERSION} -${CODENAME} "
134134cp -rfv ../* .deb /tmp/artifacts/
135135
136- if [[ (${# KERNEL_VERSION} = 3) || (${# KERNEL_VERSION} = 4) ]]
137- then
138- mv " /tmp/artifacts/linux-libc-dev_${KERNEL_VERSION} .0-${PKGREL} _amd64.deb" " /tmp/artifacts/linux-libc-dev_${KERNEL_VERSION} .0-${PKGREL} -${CODENAME} _amd64.deb"
139- else
140- mv " /tmp/artifacts/linux-libc-dev_${KERNEL_VERSION} -${PKGREL} _amd64.deb" " /tmp/artifacts/linux-libc-dev_${KERNEL_VERSION} -${PKGREL} -${CODENAME} _amd64.deb"
141- fi
136+ # if [[ (${#KERNEL_VERSION} = 3) || (${#KERNEL_VERSION} = 4) ]]
137+ # then
138+ # mv "/tmp/artifacts/linux-libc-dev_${KERNEL_VERSION}.0-${PKGREL}_amd64.deb" "/tmp/artifacts/linux-libc-dev_${KERNEL_VERSION}.0-${PKGREL}-${CODENAME}_amd64.deb"
139+ # # else
140+ # mv "/tmp/artifacts/linux-libc-dev_${KERNEL_VERSION}-${PKGREL}_amd64.deb" "/tmp/artifacts/# linux-libc-dev_${KERNEL_VERSION}-${PKGREL}-${CODENAME}_amd64.deb"
141+ # fi
142142sha256sum ../* .deb > /tmp/artifacts/sha256-" ${CODENAME} "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ BUILD_PATH=/tmp/build-kernel
66
77# Patches
88T2_PATCHES_GIT_URL=https://github.com/t2linux/linux-t2-patches.git
9- T2_PATCHES_BRANCH_NAME=main
9+ T2_PATCHES_BRANCH_NAME=7.0
1010T2_PATCHES_COMMIT_HASH=HEAD
1111
1212rm -rf " ${BUILD_PATH} "
You can’t perform that action at this time.
0 commit comments