Add VERSION to distribution archive.

This commit is contained in:
Maarten Billemont 2017-09-04 14:37:39 -04:00
parent 472a3f0cc9
commit 86ded39ba7

View file

@ -15,7 +15,7 @@ echo "Cleaning .."
echo "Creating archive $mpwArchive .."
git show --show-signature --pretty=format:%H --quiet "$tag" > VERSION
git ls-files -z . | xargs -0 tar -Lcvzf "$mpwArchive"
{ git ls-files -z .; printf VERSION; } | xargs -0 tar -Lcvzf "$mpwArchive"
echo "Creating archive signature $mpwArchive.sig .."
gpg --detach-sign "$mpwArchive"