Commit b119537c authored by Boxiang Sun's avatar Boxiang Sun Committed by Thomas Gambier

theia: Use customized slapos.cookbook

parent 59646436
......@@ -20,8 +20,8 @@ extends =
./buildout.hash.cfg
parts =
slapos-cookbook
instance
slapos-cookbook-x
# default for slapos-standalone
......@@ -40,6 +40,40 @@ max_version = 0
install +=
golang.org/x/tools/gopls@v0.6.6
[versions]
slapos.cookbook =
[slapos.cookbook-repository-x]
recipe = slapos.recipe.build:gitclone
develop = true
repository = https://lab.nexedi.com/Daetalus/slapos.git
branch = rdiff
git-executable = ${git:location}/bin/git
[slapos-cookbook-develop-x]
recipe = zc.recipe.egg:develop
setup = ${slapos.cookbook-repository-x:location}
egg = slapos.cookbook
[slapos-cookbook-x]
recipe = zc.recipe.egg
depends = ${slapos-cookbook-dependencies:eggs}
eggs = ${slapos-cookbook-develop-x:egg}
uses = ${slapos.core-dev:recipe}
[slapos.core-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.core.git
branch = master
git-executable = ${git:location}/bin/git
develop = true
[slapos.core-dev]
recipe = zc.recipe.egg:develop
egg = slapos.core
setup = ${slapos.core-repository:location}
# Downloads and templates
# -----------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment