X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-verify-job.sh;h=a1e76c9f54076be466bb876721e27dd9caec39da;hb=d4371f1870b9d209cc62406e6f63d97e7b639e75;hp=add393783e563e866b6a3a867f41fc09644c216b;hpb=acb1db1cf0efbeea7540866b500657d3dec935ce;p=releng%2Fglobal-jjb.git 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