Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Maintain bundled dependency tarballs in an Apache-managed location #18890

Closed
asfimport opened this issue Oct 15, 2021 · 4 comments
Closed

Comments

@asfimport
Copy link
Collaborator

asfimport commented Oct 15, 2021

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).

Reporter: Ian Cook / @ianmcook
Assignee: Krisztian Szucs / @kszucs

Related issues:

Note: This issue was originally created as ARROW-14336. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Krisztian Szucs / @kszucs:
Uploaded the dependencies manually to artifactory https://apache.jfrog.io/ui/native/arrow/thirdparty

@asfimport
Copy link
Collaborator Author

Krisztian Szucs / @kszucs:
@kou @ianmcook are there any licensing implications we need to pay attention to?

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
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:


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

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
ARROW-15372 also implemented this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants