summaryrefslogtreecommitdiff
path: root/tcwg-llvm-build.sh
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-05-18 10:19:04 +0200
committerYvan Roux <yvan.roux@linaro.org>2018-05-18 10:19:04 +0200
commit9a80c78dd228a51fc941289af83152aed10b18e4 (patch)
treec1e92b71f2697d26357701af7a03c11cfc22c596 /tcwg-llvm-build.sh
parente3dda252ee9a4547049f8986747e282e37a58bce (diff)
tcwg-llvm-build: Compress the tarball.
Change-Id: I4ce2117d8a9a7e58653747898bf268413c802224
Diffstat (limited to 'tcwg-llvm-build.sh')
-rwxr-xr-xtcwg-llvm-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-build.sh b/tcwg-llvm-build.sh
index c1be07c6..30fda91d 100755
--- a/tcwg-llvm-build.sh
+++ b/tcwg-llvm-build.sh
@@ -284,7 +284,7 @@ PUSHTYPE="binaries"
PUSHDIR="$(push_binary_dir "$PUSHTYPE")"
cd "$WORKSPACE" && [ ! -d "$PKGDIR" ] && mv "$INSTDIR" "$PKGDIR"
-cd "$WORKSPACE" && tar cf "$PKGNAME.$PUSHSUFFIX" "$PKGNAME"
+cd "$WORKSPACE" && tar cJf "$PKGNAME.$PUSHSUFFIX" "$PKGNAME"
ssh $PUSHSERVER mkdir -p $PUSHDIR
cd "$WORKSPACE" && scp "$PKGNAME.$PUSHSUFFIX" "$(push_scp_url "$PUSHTYPE")"