From a7b723636e080e68f615b6153da3ce0173fdf198 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 20 Sep 2012 09:06:16 -0400 Subject: Use faster download URL now that artifactory is fixed. --- tools/binary-repo-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binary-repo-lib.sh') diff --git a/tools/binary-repo-lib.sh b/tools/binary-repo-lib.sh index d43f3c8bff..4fe6dd67a0 100755 --- a/tools/binary-repo-lib.sh +++ b/tools/binary-repo-lib.sh @@ -191,7 +191,7 @@ pullJarFileToCache() { if [[ ! -f "$cache_loc" ]]; then # Note: After we follow up with JFrog, we should check the more stable raw file server first # before hitting the more flaky artifactory. - curlDownload $cache_loc ${remote_urlpush}/${uri} + curlDownload $cache_loc ${remote_urlget}/${uri} if test "$(checkJarSha "$cache_loc" "$sha")" != "OK"; then echo "Trouble downloading $uri. Please try pull-binary-libs again when your internet connection is stable." exit 2 -- cgit v1.2.3