You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/06/29 11:40:10 UTC

[arrow] branch master updated (fd0fc16 -> 8824932)

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

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


    from fd0fc16  ARROW-13203: [R] Fix optional component checks causing failures
     add 8824932  ARROW-13098: [Dev][Archery] Reorganize docker submodule to its own subpackage

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/cli.py                         | 275 +--------------------
 .../archery/archery/docker/__init__.py             |   3 +-
 dev/archery/archery/docker/cli.py                  | 242 ++++++++++++++++++
 dev/archery/archery/{docker.py => docker/core.py}  |   4 +-
 .../archery/{ => docker}/tests/test_docker.py      |   0
 dev/archery/archery/utils/cli.py                   |  73 ++++++
 6 files changed, 324 insertions(+), 273 deletions(-)
 copy .readthedocs.yml => dev/archery/archery/docker/__init__.py (93%)
 create mode 100644 dev/archery/archery/docker/cli.py
 copy dev/archery/archery/{docker.py => docker/core.py} (99%)
 rename dev/archery/archery/{ => docker}/tests/test_docker.py (100%)
 create mode 100644 dev/archery/archery/utils/cli.py