summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFrançois Garillot <francois@garillot.net>2013-08-27 16:59:38 +0200
committerFrançois Garillot <francois@garillot.net>2013-08-27 16:59:38 +0200
commit8db8a6f926283c78e0e36291ce069f89f1e84364 (patch)
tree3b04c8f3c6629973077fb0daa765aeadf66f2ea6 /tools
parent46616ea2e94fa6ac7100b1cde66295f68338e18e (diff)
downloadscala-8db8a6f926283c78e0e36291ce069f89f1e84364.tar.gz
scala-8db8a6f926283c78e0e36291ce069f89f1e84364.tar.bz2
scala-8db8a6f926283c78e0e36291ce069f89f1e84364.zip
update typesafe.artifactory-online.com to private-repo
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 704bf4944d..654ba21547 100755
--- a/tools/binary-repo-lib.sh
+++ b/tools/binary-repo-lib.sh
@@ -4,7 +4,7 @@
remote_urlget="http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
-remote_urlpush="http://typesafe.artifactoryonline.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
+remote_urlpush="http://private-repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
libraryJar="$(pwd)/lib/scala-library.jar"
desired_ext=".desired.sha1"
push_jar="$(pwd)/tools/push.jar"