This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 47e462f  ARROW-2915: [Packaging] Remove artifact form ubuntu-trusty 
build
47e462f is described below

commit 47e462f7ce73fa9699c1206428fb7894f54bf574
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Thu Jul 26 19:37:31 2018 -0400

    ARROW-2915: [Packaging] Remove artifact form ubuntu-trusty build
    
    @kou please review
    
    Is there another artifact with different extension I should append?
    
    Author: Krisztián Szűcs <[email protected]>
    
    Closes #2325 from kszucs/ARROW-2915 and squashes the following commits:
    
    b10cb090 <Krisztián Szűcs> not just expect, upload it too
    49c4cf69 <Krisztián Szűcs> gz instead of xz
    ee0c3789 <Krisztián Szűcs> 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 fc55132..7c22a5a 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

Reply via email to