]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Don't download from (unreliable) maven.org (#6348)
authorPeter Dillinger <peterd@fb.com>
Thu, 30 Jan 2020 19:00:08 +0000 (11:00 -0800)
committersdong <siying.d@fb.com>
Mon, 24 Feb 2020 23:11:44 +0000 (15:11 -0800)
commit944346d0fa288e24469b76f9a0f37450b5bbce07
tree2c74da8fc6b932423edbd4a73fef0a62eae6208c
parent02fd7ca92ac310147f01f1c755333c43d8770428
Don't download from (unreliable) maven.org (#6348)

Summary:
I set up a mirror of our Java deps on github so we can download
them through github URLs rather than maven.org, which is proving
terribly unreliable from Travis builds.

Also sanitized calls to curl, so they are easier to read and
appropriately fail on download failure.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6348

Test Plan: CI

Differential Revision: D19633621

Pulled By: pdillinger

fbshipit-source-id: 7eb3f730953db2ead758dc94039c040f406790f3
.travis.yml
Makefile
appveyor.yml
build_tools/regression_build_test.sh
build_tools/rocksdb-lego-determinator
java/CMakeLists.txt
java/Makefile