mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Changed git-version.sh, testing deployment.
This commit is contained in:
parent
2d04f7598d
commit
e6ddc15386
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user