mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Fix makesrcdist script's archive generation (Issue #242)
This commit is contained in:
parent
0b1caf41cc
commit
c07d6fc9ab
@ -15,4 +15,6 @@ git tag -m "Tag $version" v$version
|
||||
git push origin v$version
|
||||
|
||||
echo Creating mxml-$version.tar.gz...
|
||||
git archive --format tar HEAD | gzip -v9 >mxml-$version.tar.gz
|
||||
git archive --format tar --prefix=mxml-$version/ HEAD | gzip -v9 >mxml-$version.tar.gz
|
||||
gpg --detach-sign mxml-$version.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user