X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Frelease.sh;h=de8ee45d16accd38c09c37dffc27294a8c5e8095;hb=657bba2b29715f654264422d868e3e661bbdf895;hp=08061fe6f9fb4a01ceb9f51a7a4b53f71d3a01cb;hpb=2a8c5d0af13f3ccb9a505e1fbc9d324b9d33ba1f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/release.sh b/scripts/release.sh index 08061fe6f..de8ee45d1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -66,8 +66,8 @@ git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "B git tag -s -a "$version" -m "$version" npm run build -rm "./client/dist/en_US/stats.json" -rm "./client/dist/embed-stats.json" +rm -f "./client/dist/en-US/stats.json" +rm -f "./client/dist/embed-stats.json" # Creating the archives ( @@ -87,7 +87,7 @@ rm "./client/dist/embed-stats.json" # archive creation + signing zip -r "PeerTube/$zip_name" "${directories_to_archive[@]}" gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$zip_name" - XZ_OPT=-e9 tar cfJ "PeerTube/$tar_name" "${directories_to_archive[@]}" + XZ_OPT="-e9 -T0" tar cfJ "PeerTube/$tar_name" "${directories_to_archive[@]}" gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$tar_name" # temporary setup destruction