Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
9fc60e1e
Commit
9fc60e1e
authored
Mar 07, 2019
by
Romain Reuillon
Browse files
[Build] fix: migrate market to openmole.org
parent
e63a296e
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/build.sbt
View file @
9fc60e1e
...
...
@@ -884,7 +884,7 @@ lazy val marketIndex = Project("marketindex", binDir / "org.openmole.marketindex
val
runner
=
git
.
runner
.
value
val
dir
=
baseDirectory
.
value
/
"target/openmole-market"
val
marketBranch
=
defineMarketBranch
.
value
runner
.
updated
(
"https://gitlab.
iscpif.fr
/openmole/market.git"
,
marketBranch
,
dir
,
ConsoleLogger
())
runner
.
updated
(
"https://gitlab.
openmole.org
/openmole/market.git"
,
marketBranch
,
dir
,
ConsoleLogger
())
}
)
dependsOn
(
buildinfo
,
openmoleFile
,
openmoleTar
,
market
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment