Skip to content

Single-step create+compress in create_tarballs.sh

Jérôme Charaoui requested to merge lavamind/collector:master into master

Currently, this script writes tarballs to disk before compressing them. Since disk I/O is not particularly fast on colchicifolium, and the uncompressed files are not needed, we should compress the tarballs before writing it to disk. This should allow the script to run faster by avoiding unneccessary disk I/O.

This may help fix tpo/tpa/team#40650 (closed)

Merge request reports

Loading