mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
arm64: Reset revision counter
Let's not start from "r12.3-2xx" for this development cycle...
This commit is contained in:
parent
3f20f8151f
commit
159fc0ab16
@ -51,8 +51,8 @@ esac
|
||||
|
||||
full_date="$month $day$suffix, $year"
|
||||
|
||||
sha="$(git describe --abbrev=1)"
|
||||
rev=arm64-$(echo "$sha" | sed 's/-g[^-]*$//')
|
||||
sha="$(git describe --abbrev=1 --match='xry111/arm64-r*')"
|
||||
rev=$(echo "$sha" | sed 's/-g[^-]*$//; s|^xry111/||')
|
||||
version="$rev"
|
||||
versiond="$rev-systemd"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user