summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-09-20 09:06:16 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-09-20 09:06:16 -0400
commita7b723636e080e68f615b6153da3ce0173fdf198 (patch)
tree5c8a3e5f3b6717e3fa8519b4d621ad4818b68011 /tools
parent4db37e459e9894d6c0ac20177e44062a9088b970 (diff)
downloadscala-a7b723636e080e68f615b6153da3ce0173fdf198.tar.gz
scala-a7b723636e080e68f615b6153da3ce0173fdf198.tar.bz2
scala-a7b723636e080e68f615b6153da3ce0173fdf198.zip
Use faster download URL now that artifactory is fixed.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/binary-repo-lib.sh2
1 files changed, 1 insertions, 1 deletions
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