Skip to content

Commit

Permalink
Use release+snapshot repos
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Jul 12, 2018
1 parent 5de13e3 commit 057dbd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include "common.hocon"
builds = []

binaries-repository = "lafo-snapshots"
binaries-repository = "lafo"

#SDK
include "sdk/ci.hocon"
Expand Down
7 changes: 0 additions & 7 deletions regex/mx.regex/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
]
},

"repositories" : {
"lafo-snapshots" : {
"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
"licenses" : ["GPLv2-CPE", "UPL", "BSD-new"]
},
},

"defaultLicense" : "GPLv2-CPE",

"javac.lint.overrides" : "none",
Expand Down
5 changes: 5 additions & 0 deletions sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
"licenses" : ["GPLv2-CPE", "UPL", "BSD-new"]
},
"lafo" : {
"snapshotsUrl" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
"releasesUrl": "https://curio.ssw.jku.at/nexus/content/repositories/releases",
"licenses" : ["GPLv2-CPE", "UPL", "BSD-new"]
},
},
"snippetsPattern" : ".*(Snippets|doc-files).*",
"defaultLicense" : "GPLv2-CPE",
Expand Down
6 changes: 0 additions & 6 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
"read" : "https://github.com/oracle/graal.git",
"write" : "[email protected]:oracle/graal.git",
},
"repositories" : {
"lafo-snapshots" : {
"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
"licenses" : ["GPLv2-CPE", "UPL", "BSD-new"]
},
},
"defaultLicense" : "GPLv2-CPE",
"imports" : {
"suites": [
Expand Down

0 comments on commit 057dbd1

Please sign in to comment.