[lfs] branch multilib updated: git-version-ML: Fix version fetching.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <177360552735.16397.11445638346193759982@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch multilib
in repository lfs.
The following commit(s) were added to refs/heads/multilib by this push:
new 964ea6942 git-version-ML: Fix version fetching.
964ea6942 is described below
commit 964ea6942926d309e9cdf048222ae2508d2ad2fc
Author: Zeckmathederg <[email protected]>
AuthorDate: Sun Mar 15 14:15:24 2026 -0600
git-version-ML: Fix version fetching.
---
git-version.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-version.sh b/git-version.sh
index ae97832e0..ae4a4cec3 100755
--- a/git-version.sh
+++ b/git-version.sh
@@ -51,7 +51,7 @@ esac
full_date="$month $day$suffix, $year"
-sha="$(git describe --abbrev=1)"
+sha="$(git describe --tags --abbrev=1)"
rev=$(echo "$sha" | sed 's/-g[^-]*$//')
version="$rev"
versiond="$rev-systemd"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page