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/04/14 19:24:25 UTC

[arrow] branch master updated (8f35024 -> a5356c3)

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 8f35024  ARROW-12385: [R] [CI] fix cran picking in CI
     add a5356c3  ARROW-12353: [Packaging][deb] Rename -archive-keyring to -apt-source

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                     |  4 +--
 dev/release/rat_exclude_files.txt                  | 10 +++---
 dev/release/verify-apt.sh                          | 39 ++++++++--------------
 dev/tasks/linux-packages/Rakefile                  |  2 +-
 .../Rakefile                                       |  6 ++--
 .../apt/debian-bullseye/Dockerfile                 |  0
 .../apt/debian-buster/Dockerfile                   |  0
 .../apt/ubuntu-bionic/Dockerfile                   |  0
 .../apt/ubuntu-focal/Dockerfile                    |  0
 .../apt/ubuntu-groovy/Dockerfile                   |  0
 .../apt/ubuntu-xenial/Dockerfile                   |  0
 .../debian/apache-arrow-apt-source.install}        |  0
 .../apache-arrow-apt-source/debian/changelog       |  0
 .../debian/compat                                  |  0
 .../debian/control                                 |  6 ++--
 .../debian/copyright                               |  0
 .../debian/rules                                   |  8 ++---
 .../debian/source/format                           |  0
 .../apache-arrow-archive-keyring/debian/changelog  | 29 ----------------
 dev/tasks/linux-packages/travis.linux.arm64.yml    |  2 +-
 20 files changed, 34 insertions(+), 72 deletions(-)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/Rakefile (92%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/debian-bullseye/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/debian-buster/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/ubuntu-bionic/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/ubuntu-focal/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/ubuntu-groovy/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/apt/ubuntu-xenial/Dockerfile (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring/debian/apache-arrow-archive-keyring.install => apache-arrow-apt-source/debian/apache-arrow-apt-source.install} (100%)
 copy python/pyarrow/tests/__init__.py => dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/debian/compat (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/debian/control (77%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/debian/copyright (100%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/debian/rules (75%)
 rename dev/tasks/linux-packages/{apache-arrow-archive-keyring => apache-arrow-apt-source}/debian/source/format (100%)
 delete mode 100644 dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog