Skip to content
Snippets Groups Projects
Commit 01fd87c9 authored by Johannes Mey's avatar Johannes Mey
Browse files

hard-code versions

parent 5838674b
No related branches found
No related tags found
No related merge requests found
Pipeline #12972 passed
......@@ -3,8 +3,8 @@
# get current kernel and realtime patch version
VERSION=5.13
FILE=`curl -s https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.13/`
KERNEL=`echo $FILE | sed -n 's/.*patch-5.13.\(.*\)-rt.*.patch.gz.*/\1/p'`
RTPATCH=`echo $FILE | sed -n 's/.*patch-5.13..*-rt\(.*\).patch.gz.*/\1/p'`
KERNEL=19
RTPATCH=1
echo "using kernel $VERSION.$KERNEL with realtime patch $RTPATCH"
# get kernel file names and location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment