changeset 22134:025869c88840

use public https urls
author Doug Simon <doug.simon@oracle.com>
date Fri, 04 Sep 2015 16:41:38 +0200
parents c334865b9d42
children e70b20f4bb00
files mx.truffle/suite.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Fri Sep 04 10:39:23 2015 +0200
+++ b/mx.truffle/suite.py	Fri Sep 04 16:41:38 2015 +0200
@@ -10,7 +10,7 @@
   },
   "repositories" : {
     "lafo-snapshots" : {
-      "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots",
+      "url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
       "licenses" : ["GPLv2-CPE", "UPL"]
     },
   },
@@ -22,7 +22,7 @@
     "JLINE" : {
       "path" : "lib/jline-2.11.jar",
       "urls" : [
-        "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/jline-2.11.jar",
+        "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jline-2.11.jar",
         "https://search.maven.org/remotecontent?filepath=jline/jline/2.11/jline-2.11.jar",
       ],
       "sha1" : "9504d5e2da5d78237239c5226e8200ec21182040",