You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jacob Wujciak-Jens (Jira)" <ji...@apache.org> on 2022/07/14 17:55:00 UTC

[jira] [Comment Edited] (ARROW-17001) [Release][R] Use apache artifactory for libarrow binaries.

    [ https://issues.apache.org/jira/browse/ARROW-17001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566934#comment-17566934 ] 

Jacob Wujciak-Jens edited comment on ARROW-17001 at 7/14/22 5:54 PM:
---------------------------------------------------------------------

[~kou] I am currently working on this and looking at [binary-task.rb|https://github.com/apache/arrow/blob/master/dev/release/binary-task.rb#1869] I am unsure if {{define_generic_data_tasks}} will reproduce nested dirs from the {{download-artifact}} dir in the artifactory? 
e.g.
{code:bash}
├── libarrow
│   └── bin
│       ├── centos-7
│       │   ├── arrow-8.0.0.zip
│       ├── ubuntu-18.04
│       │   ├── arrow-8.0.0.zip
│       ├── ubuntu-22.04
│       │   ├── arrow-8.0.0.zip
│       └── windows
│           ├── arrow-8.0.0.zip
{code}


was (Author: JIRAUSER287549):
[~kou] I am currently working on this and looking at [binary-task.rb|https://github.com/apache/arrow/blob/ARROW-17001-Use-apache-artifactory-for-libarrow-bina/dev/release/binary-task.rb#1869] I am unsure if {{define_generic_data_tasks}} will reproduce nested dirs from the {{download-artifact}} dir in the artifactory? 
e.g.
{code:bash}
├── libarrow
│   └── bin
│       ├── centos-7
│       │   ├── arrow-8.0.0.zip
│       ├── ubuntu-18.04
│       │   ├── arrow-8.0.0.zip
│       ├── ubuntu-22.04
│       │   ├── arrow-8.0.0.zip
│       └── windows
│           ├── arrow-8.0.0.zip
{code}

> [Release][R] Use apache artifactory for libarrow binaries.
> ----------------------------------------------------------
>
>                 Key: ARROW-17001
>                 URL: https://issues.apache.org/jira/browse/ARROW-17001
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: R
>            Reporter: Jacob Wujciak-Jens
>            Assignee: Jacob Wujciak-Jens
>            Priority: Blocker
>             Fix For: 9.0.0
>
>
> Move the pre-built libarrow binaries for the release version from nightlies to the apache artifactory and add this to the release process/scripts.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)