scripts: full SHA1 in build, not short

This commit is contained in:
Mitchell Hashimoto 2013-08-12 09:17:03 -07:00
parent 87ca9c6542
commit 923521e5df
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
cd $DIR
# Get the git commit
GIT_COMMIT=$(git rev-parse --short HEAD)
GIT_COMMIT=$(git rev-parse HEAD)
GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
# Compile the main Packer app