From 47e462f7ce73fa9699c1206428fb7894f54bf574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 26 Jul 2018 19:37:31 -0400 Subject: [PATCH] ARROW-2915: [Packaging] Remove artifact form ubuntu-trusty build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @kou please review Is there another artifact with different extension I should append? Author: Krisztián Szűcs Closes #2325 from kszucs/ARROW-2915 and squashes the following commits: b10cb090 not just expect, upload it too 49c4cf69 gz instead of xz ee0c3789 remove debian.tar.xz from trusty --- dev/tasks/tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index fc55132780d1e..7c22a5a9b8665 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -266,10 +266,10 @@ tasks: upload_extensions: - .deb - .dsc - - .debian.tar.xz + - .debian.tar.gz - .orig.tar.gz artifacts: - - apache-arrow_{version}-1.debian.tar.xz + - apache-arrow_{version}-1.debian.tar.gz - apache-arrow_{version}-1.dsc - apache-arrow_{version}.orig.tar.gz - gir1.2-arrow-1.0_{version}-1_amd64.deb