[
https://issues.apache.org/jira/browse/ARROW-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314548#comment-17314548
]
Neal Richardson commented on ARROW-12193:
-----------------------------------------
Good call. FTR for the same reason we use that {{action=download}} query format
in the R package build script
https://github.com/apache/arrow/blob/master/r/tools/nixlibs.R#L247
> [Dev][Release] Use downloadable URL for archive download
> --------------------------------------------------------
>
> Key: ARROW-12193
> URL: https://issues.apache.org/jira/browse/ARROW-12193
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Developer Tools
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> https://www.apache.org/dyn/closer.lua/arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> shows a page that shows mirror URL. Users need to click download link in the
> page. It's inconvenient. We can use {{wget}} or {{curl}} with the URL in our
> install page.
> We can use
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> with {{wget}} or {{curl}}:
> {noformat}
> wget --content-disposition
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> curl -L -O
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)