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 2019/09/08 08:23:01 UTC

[arrow] branch master updated (9ca682b -> 6ed87b1)

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 9ca682b  ARROW-5125: [Python] Round-trip extreme dates on windows
     add 6ed87b1  ARROW-6477: [Packaging][Crossbow] Use Azure Pipelines to build linux packages

No new revisions were added by this update.

Summary of changes:
 .../conda_env_crossbow.txt                         |  10 +-
 dev/tasks/conda-recipes/azure.linux.yml            |  27 +-
 dev/tasks/conda-recipes/azure.osx.yml              |  25 +-
 dev/tasks/conda-recipes/azure.win.yml              |  26 +-
 dev/tasks/crossbow.py                              | 449 +++++++++++----------
 dev/tasks/linux-packages/azure.linux.arm64.yml     |  82 ++++
 dev/tasks/linux-packages/azure.linux.yml           |  66 +++
 dev/tasks/linux-packages/package-task.rb           |  17 +-
 dev/tasks/linux-packages/travis.linux.arm64.yml    |  75 ----
 dev/tasks/linux-packages/travis.linux.yml          |  59 ---
 dev/tasks/tasks.yml                                |  40 +-
 dev/tasks/upload-assets.py                         |  64 ---
 12 files changed, 472 insertions(+), 468 deletions(-)
 copy cpp/build-support/tsan-suppressions.txt => ci/conda_env_crossbow.txt (91%)
 create mode 100644 dev/tasks/linux-packages/azure.linux.arm64.yml
 create mode 100644 dev/tasks/linux-packages/azure.linux.yml
 delete mode 100644 dev/tasks/linux-packages/travis.linux.arm64.yml
 delete mode 100644 dev/tasks/linux-packages/travis.linux.yml
 delete mode 100755 dev/tasks/upload-assets.py