Exclude .git only, mac has inferior tar
(not sticky enough)
This commit is contained in:
parent
8e0b210e66
commit
6ded83f8f2
@ -77,7 +77,7 @@ echo Cuberite "$CUBERITE_BUILD_SERIES_NAME-$CUBERITE_BUILD_ID\n$BUILD_URL" > Ser
|
|||||||
# T: files-from (list of server files accepted for release archives)
|
# T: files-from (list of server files accepted for release archives)
|
||||||
# f: file (output file location)
|
# f: file (output file location)
|
||||||
pushd Server
|
pushd Server
|
||||||
tar --exclude-vcs -hzcv -T Install/UnixExecutables.list -f ../Cuberite.tar.gz
|
tar -hzcv -T Install/UnixExecutables.list --exclude .git -f ../Cuberite.tar.gz
|
||||||
popd
|
popd
|
||||||
sha1sum Cuberite.tar.gz > Cuberite.tar.gz.sha1
|
sha1sum Cuberite.tar.gz > Cuberite.tar.gz.sha1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user