1
0
Fork 0

More tar incompatibility changes

Why not just agree on a single type of tar?
This commit is contained in:
Alexander Harkness 2020-08-20 21:09:54 +00:00 committed by GitHub
parent 6ded83f8f2
commit b230b547b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
# f: file (output file location)
pushd Server
tar -hzcv -T Install/UnixExecutables.list --exclude .git -f ../Cuberite.tar.gz
tar -hzcv --exclude .git -T Install/UnixExecutables.list -f ../Cuberite.tar.gz
popd
sha1sum Cuberite.tar.gz > Cuberite.tar.gz.sha1