linux-rt: Avoid RCs
This commit is contained in:
parent
d70dced4fe
commit
c6963522e0
@ -37,6 +37,7 @@ latest-rt-version() {
|
|||||||
branch="$1" # e.g. 5.4
|
branch="$1" # e.g. 5.4
|
||||||
curl -sL "$mirror/projects/rt/$branch/sha256sums.asc" |
|
curl -sL "$mirror/projects/rt/$branch/sha256sums.asc" |
|
||||||
sed -ne '/.patch.xz/ { s/.*patch-\(.*\).patch.xz/\1/p}' |
|
sed -ne '/.patch.xz/ { s/.*patch-\(.*\).patch.xz/\1/p}' |
|
||||||
|
grep -v '\-rc' |
|
||||||
tail -n 1
|
tail -n 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user