Tagged date is that of the commit, not build

This commit is contained in:
Jakob Borg
2014-05-11 17:26:48 -03:00
parent 3ed783983f
commit 7a41362d90
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ export COPYFILE_DISABLE=true
distFiles=(README.md LICENSE) # apart from the binary itself
version=$(git describe --always --dirty)
date=$(date +%s)
date=$(git show -s --format=%ct)
user=$(whoami)
host=$(hostname)
host=${host%%.*}