[
https://issues.apache.org/jira/browse/ARROW-14336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477504#comment-17477504
]
Kouhei Sutou commented on ARROW-14336:
--------------------------------------
We can redistribute unmodified source archives for all open source software
without any licensing issue.
BTW: We will be able to use {{curl}} to upload source archives like the
following:
{noformat}
curl --request PUT --header "X-JFrog-Art-Api: ${API_KEY}" --data-binary
@XXX.tar.gz https://apache.jfrog.io/artifactory/arrow/thirdparty/XXX.tar.gz
{noformat}
> [C++] Maintain bundled dependency tarballs in an Apache-managed location
> ------------------------------------------------------------------------
>
> Key: ARROW-14336
> URL: https://issues.apache.org/jira/browse/ARROW-14336
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Ian Cook
> Assignee: Balazs Jeszenszky
> Priority: Major
> Fix For: 7.0.0
>
>
> The CMake scripts for the Arrow C++ library download bundled third-party
> dependencies from [https://github.com/ursa-labs/thirdparty/releases/].
> Consider maintaining these in an ASF-managed location (probably
> http://apache.jfrog.io) instead of an Ursa Labs / Voltron Data-managed
> location. This would make it possible for Arrow committers / PMC members
> outside of Ursa / Voltron to upload new versions of these dependency tarballs
> (like in ARROW-14229).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)