Changed git-version.sh, testing deployment.

This commit is contained in:
Zeckmathederg 2024-05-24 13:19:08 -06:00
parent 2d04f7598d
commit e6ddc15386
2 changed files with 5 additions and 2 deletions

View File

@ -44,11 +44,11 @@ esac
full_date="$month $day$suffix, $year"
sha="$(git describe --abbrev=1 --always)"
sha="$(git describe --abbrev=1)"
version=$(echo "$sha" | sed 's/-g[^-]*$//')
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
version="$version-wip"
version="$version"
fi
echo "<!ENTITY year \"$year\">" > version.ent

View File

@ -56,6 +56,9 @@
</listitem>
<listitem>
<para>[zeckma] - Fixed blank deps in Networking.</para>
</listitem>
<listitem>
<para>[zeckma] - Changed git-version.sh, testing deployment.</para>
</listitem>
</itemizedlist>
</listitem>