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