aboutsummaryrefslogtreecommitdiff
path: root/ledge-debian
diff options
context:
space:
mode:
authorChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-09-02 11:56:30 +0200
committerChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-09-02 11:56:30 +0200
commita8c3a26d53835f06801c2f74a5a6c3749a915b2e (patch)
tree6519c66677ca00a534331a843b416fe0d78367c3 /ledge-debian
parent54da90040e53d875bc1dcf8711294cd1262ef2d6 (diff)
LEDGE-DEBIAN: use xz instead of gzip for tarball
Change-Id: Ife06b537fdad1c1275bbe5f86831edb47775d532 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
Diffstat (limited to 'ledge-debian')
-rw-r--r--ledge-debian/builders-fai.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledge-debian/builders-fai.sh b/ledge-debian/builders-fai.sh
index 2d3694ab..335cc31b 100644
--- a/ledge-debian/builders-fai.sh
+++ b/ledge-debian/builders-fai.sh
@@ -73,7 +73,7 @@ for rootfs in ${ROOTFS}; do
if [ -f out/rootfs-ledge-debian.tar ];
then
mv out/rootfs-ledge-debian.tar out/rootfs-${image_name}.tar
- pigz -9 out/rootfs-${image_name}.tar
+ xz -z out/rootfs-${image_name}.tar
fi
done