From: Anil Belur Date: Thu, 6 Dec 2018 04:32:23 +0000 (+1000) Subject: Use .xz format instead of .gz X-Git-Tag: v0.28.3~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=1a8258fcd40c8b3c891c51d1581dbd412c52c592;p=releng%2Fglobal-jjb.git Use .xz format instead of .gz xz format has faster compress ratio and better memory requirements. Change-Id: Id26f9b292fe877f9523a43063daead32ca3486a0 Signed-off-by: Anil Belur --- diff --git a/shell/jjb-verify-job.sh b/shell/jjb-verify-job.sh index add39378..a1e76c9f 100644 --- a/shell/jjb-verify-job.sh +++ b/shell/jjb-verify-job.sh @@ -30,6 +30,6 @@ done popd if [ ! -z "$(ls -A archives/job-configs)" ]; then - tar cvzf archives/job-configs.tar.gz archives/job-configs + tar cJvf archives/job-configs.tar.xz archives/job-configs rm -rf archives/job-configs fi