Add VERSION to distribution archive.
This commit is contained in:
parent
44d8ab6e53
commit
3d46f60ff4
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user