Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
|
inline
| side by side (parent:
acb1db1
)
Use .xz format instead of .gz
52/13852/1
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 6 Dec 2018 04:32:23 +0000
(14:32 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Thu, 6 Dec 2018 04:32:23 +0000
(14:32 +1000)
xz format has faster compress ratio and better memory requirements.
Change-Id: Id26f9b292fe877f9523a43063daead32ca3486a0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/jjb-verify-job.sh
patch
|
blob
|
history
diff --git
a/shell/jjb-verify-job.sh
b/shell/jjb-verify-job.sh
index
add3937
..
a1e76c9
100644
(file)
--- 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
popd
if [ ! -z "$(ls -A archives/job-configs)" ]; then
- tar c
vzf archives/job-configs.tar.g
z archives/job-configs
+ tar c
Jvf archives/job-configs.tar.x
z archives/job-configs
rm -rf archives/job-configs
fi
rm -rf archives/job-configs
fi