changeset 22391:1825ca1a694a

Fix dependencies urls
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 29 Jul 2015 15:43:28 +0200
parents aeb7a47e272d
children 9dafd1dc5ff9
files mx.graal/suite.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/suite.py	Wed Jul 29 11:59:18 2015 +0200
+++ b/mx.graal/suite.py	Wed Jul 29 15:43:28 2015 +0200
@@ -8,7 +8,7 @@
                "name" : "jvmci",
                "version" : "528eeeca785ef0ed43138966bc0a301707fbf5d7",
                "urls" : [
-                    {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
+                    {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
                 ]
             },
@@ -16,7 +16,7 @@
                "name" : "truffle",
                "version" : "7be57462fa848708ea0d942d11c874668aa3866c",
                "urls" : [
-                    {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"},
+                    {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"},
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
                 ]
             },