2
0

Add VERSION to distribution archive.

This commit is contained in:
Maarten Billemont 2017-09-04 14:37:39 -04:00
parent 44d8ab6e53
commit 3d46f60ff4

View File

@ -15,7 +15,7 @@ echo "Cleaning .."
echo "Creating archive $mpwArchive .." echo "Creating archive $mpwArchive .."
git show --show-signature --pretty=format:%H --quiet "$tag" > VERSION 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 .." echo "Creating archive signature $mpwArchive.sig .."
gpg --detach-sign "$mpwArchive" gpg --detach-sign "$mpwArchive"