From 1a8258fcd40c8b3c891c51d1581dbd412c52c592 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 6 Dec 2018 14:32:23 +1000 Subject: [PATCH] Use .xz format instead of .gz xz format has faster compress ratio and better memory requirements. Change-Id: Id26f9b292fe877f9523a43063daead32ca3486a0 Signed-off-by: Anil Belur --- shell/jjb-verify-job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6