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 2021/05/05 20:48:50 UTC

[arrow] branch master updated (1f4951b -> b8138b2)

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 1f4951b  ARROW-12658: [C++] Bump aws-c-common to v0.5.10
     add b8138b2  ARROW-12491: [Packaging][RPM] Add support for Amazon Linux 2

No new revisions were added by this update.

Summary of changes:
 dev/release/05-binary-upload.sh                    |  38 +--
 dev/release/binary-task.rb                         |  43 +---
 dev/release/verify-release-candidate.sh            |   3 +-
 dev/release/verify-yum.sh                          |  28 ++-
 dev/tasks/linux-packages/Rakefile                  |   3 +
 .../apache-arrow-release/yum/Apache-Arrow.repo     |  10 +-
 .../yum/{centos-7 => amazon-linux-2}/Dockerfile    |   4 +-
 .../yum/apache-arrow-release.spec.in               |  25 +-
 .../apache-arrow-release/yum/centos-7/Dockerfile   |   2 -
 .../apache-arrow-release/yum/centos-8/Dockerfile   |   2 -
 dev/tasks/linux-packages/apache-arrow/debian/rules |   1 +
 .../yum/{centos-7 => amazon-linux-2}/Dockerfile    |  24 +-
 .../yum/amazon-linux-2/qemu-dummy-static           |  41 ++--
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  62 ++---
 .../apache-arrow/yum/centos-7/Dockerfile           |   4 +-
 .../apache-arrow/yum/centos-8/Dockerfile           |   1 -
 dev/tasks/linux-packages/package-task.rb           |  21 +-
 dev/tasks/linux-packages/yum/build.sh              |  21 +-
 dev/tasks/tasks.yml                                | 256 +++++++++------------
 19 files changed, 284 insertions(+), 305 deletions(-)
 copy dev/tasks/linux-packages/apache-arrow-release/yum/{centos-7 => amazon-linux-2}/Dockerfile (92%)
 copy dev/tasks/linux-packages/apache-arrow/yum/{centos-7 => amazon-linux-2}/Dockerfile (78%)
 copy ci/conda_env_cpp.yml => dev/tasks/linux-packages/apache-arrow/yum/amazon-linux-2/qemu-dummy-static (50%)
 mode change 100644 => 100755