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 2022/04/07 02:53:21 UTC

[arrow] branch master updated (8963755f51 -> 96de9d5842)

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 8963755f51 ARROW-15601: [Docs][Release] Update post release script to move stable docs + keep dev docs
     add 96de9d5842 ARROW-16104: [Packaging] Add support for Ubuntu 22.04

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/ThirdpartyToolchain.cmake                          | 5 ++++-
 cpp/src/gandiva/engine.cc                                            | 4 ++++
 dev/release/binary-task.rb                                           | 1 +
 dev/release/verify-release-candidate.sh                              | 4 +++-
 .../apt/{ubuntu-focal => ubuntu-jammy}/Dockerfile                    | 2 +-
 .../apache-arrow/apt/{ubuntu-focal-arm64 => ubuntu-jammy-arm64}/from | 2 +-
 .../apache-arrow/apt/{ubuntu-impish => ubuntu-jammy}/Dockerfile      | 2 +-
 dev/tasks/linux-packages/package-task.rb                             | 2 ++
 dev/tasks/tasks.yml                                                  | 3 ++-
 9 files changed, 19 insertions(+), 6 deletions(-)
 copy dev/tasks/linux-packages/apache-arrow-apt-source/apt/{ubuntu-focal => ubuntu-jammy}/Dockerfile (98%)
 copy dev/tasks/linux-packages/apache-arrow/apt/{ubuntu-focal-arm64 => ubuntu-jammy-arm64}/from (97%)
 copy dev/tasks/linux-packages/apache-arrow/apt/{ubuntu-impish => ubuntu-jammy}/Dockerfile (98%)