You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/11/24 05:15:04 UTC

[arrow] branch master updated (0a9fb80 -> a8c2d29)

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

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


    from 0a9fb80  ARROW-10665: [Rust] like/nlike utf8 scalar fast paths, bug fixes in like/nlike
     add a8c2d29  ARROW-10708: [Packaging][deb] Add support for Ubuntu 20.10

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                     |   2 +-
 dev/release/00-prepare.sh                          |   6 +-
 dev/release/rat_exclude_files.txt                  |   4 +-
 .../apt/{ubuntu-focal => ubuntu-groovy}/Dockerfile |   2 +-
 dev/tasks/linux-packages/apache-arrow/Rakefile     |  15 +++
 .../from                                           |   2 +-
 .../apt/{ubuntu-focal => ubuntu-groovy}/Dockerfile |  13 +-
 .../ubuntu-groovy}/qemu-dummy-static               |   0
 .../apache-arrow/debian/{control => control.in}    |  24 ++--
 dev/tasks/linux-packages/package-task.rb           |  40 +++++-
 dev/tasks/tasks.yml                                | 134 +++++++++++++++++++++
 11 files changed, 213 insertions(+), 29 deletions(-)
 copy dev/tasks/linux-packages/apache-arrow-archive-keyring/apt/{ubuntu-focal => ubuntu-groovy}/Dockerfile (98%)
 copy dev/tasks/linux-packages/apache-arrow/apt/{debian-buster-arm64 => ubuntu-groovy-arm64}/from (97%)
 copy dev/tasks/linux-packages/apache-arrow/apt/{ubuntu-focal => ubuntu-groovy}/Dockerfile (90%)
 copy dev/tasks/linux-packages/apache-arrow/{yum/centos-8 => apt/ubuntu-groovy}/qemu-dummy-static (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{control => control.in} (97%)