changeset 22520:f09bc19259b9

use public https urls
author Doug Simon <doug.simon@oracle.com>
date Fri, 04 Sep 2015 16:12:42 +0200
parents 130265e00089
children c64c5c8a238d
files mx.jvmci/mx_jvmci.py mx.jvmci/suite.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Fri Sep 04 13:54:28 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Fri Sep 04 16:12:42 2015 +0200
@@ -1586,7 +1586,7 @@
     if not exists(path):
         sha1 = sha1s[flavoredLib]
         sha1path = path + '.sha1'
-        mx.download_file_with_sha1('hsdis', path, ['http://lafo.ssw.uni-linz.ac.at/hsdis/' + flavoredLib], sha1, sha1path, True, True, sources=False)
+        mx.download_file_with_sha1('hsdis', path, ['https://lafo.ssw.uni-linz.ac.at/pub/hsdis/' + flavoredLib], sha1, sha1path, True, True, sources=False)
     if copyToDir is not None and exists(copyToDir):
         shutil.copy(path, copyToDir)
 
--- a/mx.jvmci/suite.py	Fri Sep 04 13:54:28 2015 +0200
+++ b/mx.jvmci/suite.py	Fri Sep 04 16:12:42 2015 +0200
@@ -32,7 +32,7 @@
 
     "HCFDIS" : {
       "path" : "lib/hcfdis-3.jar",
-      "urls" : ["http://lafo.ssw.uni-linz.ac.at/hcfdis-3.jar"],
+      "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/hcfdis-3.jar"],
       "sha1" : "a71247c6ddb90aad4abf7c77e501acc60674ef57",
     },
 
@@ -44,14 +44,14 @@
 
     "JOL_INTERNALS" : {
       "path" : "lib/jol-internals.jar",
-      "urls" : ["http://lafo.ssw.uni-linz.ac.at/truffle/jol/jol-internals.jar"],
+      "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/truffle/jol/jol-internals.jar"],
       "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc",
     },
 
     "BATIK" : {
       "path" : "lib/batik-all-1.7.jar",
       "sha1" : "122b87ca88e41a415cf8b523fd3d03b4325134a3",
-      "urls" : ["http://lafo.ssw.uni-linz.ac.at/graal-external-deps/batik-all-1.7.jar"],
+      "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/batik-all-1.7.jar"],
     },
   },