mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 05:52:14 +08:00
Adjusted book info.
Adjusted my email in general.ent. Also adjusted how the book version is generated.
This commit is contained in:
parent
1811267923
commit
cfda1cdb10
@ -55,7 +55,7 @@
|
||||
|
||||
<!ENTITY maintainer-fullname "The GLFS Team">
|
||||
<!ENTITY maintainer-firstname "GLFS">
|
||||
<!ENTITY maintainer-address "zeckmaisreal@gmail.com;">
|
||||
<!ENTITY maintainer-address "zeckma.tech@gmail.com;">
|
||||
|
||||
|
||||
<!ENTITY lfs-website "https://www.&lfs-domainname;">
|
||||
|
@ -44,8 +44,8 @@ esac
|
||||
|
||||
full_date="$month $day$suffix, $year"
|
||||
|
||||
sha="$(git describe --abbrev=1 --always)"
|
||||
version=$(echo "$sha" | sed 's/-g[^-]*$//')
|
||||
sha="$(git describe --abbrev=1 --always --exclude '*')"
|
||||
version=$(echo -n "#" && echo -n "$sha")
|
||||
|
||||
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
|
||||
version="$version"
|
||||
|
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>October 12th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Adjusted book info.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Vulkan-{Headers,Tools}: 1.3.297 ->
|
||||
1.3.298.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user