comparison mx.graal/suite.py @ 22708:de3835098c21

adapt to mx change in terms of where generated output is placed; updated jvmci and truffle imports
author Doug Simon <doug.simon@oracle.com>
date Sun, 27 Sep 2015 16:06:33 +0200
parents fbb8c5ee2a2c
children 55a04976902d
comparison
equal deleted inserted replaced
22707:c839b1d02d89 22708:de3835098c21
1 suite = { 1 suite = {
2 "mxversion" : "5.0", 2 "mxversion" : "5.5.6",
3 "name" : "graal", 3 "name" : "graal",
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "0851eafff5c9ec7ebbcc588dca5bcd1290175b5d", 9 "version" : "0f13373f18d01dec38726de941bf625b1b0273bf",
10 "urls" : [ 10 "urls" : [
11 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 11 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
12 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 12 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
13 ] 13 ]
14 }, 14 },
15 { 15 {
16 "name" : "truffle", 16 "name" : "truffle",
17 "version" : "93a6b7597937fcee05a0c8f9366dd61ab80d804a", 17 "version" : "364e3f0246430aa094556c0f422662120a2a89cf",
18 "urls" : [ 18 "urls" : [
19 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, 19 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"},
20 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 20 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
21 ] 21 ]
22 }, 22 },