mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
Use more threads for xz release compression
This commit is contained in:
parent
e33f385dd5
commit
0f4f2ab007
@ -87,7 +87,7 @@ rm -f "./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
|
||||
|
Loading…
Reference in New Issue
Block a user