Commit 0931ebe9 authored by Ivan Tyagov's avatar Ivan Tyagov

Add https://lab.nexedi.com/nexedi/erp5-bin.git

as datanotebook business template is now hosted there.

/reviewed-on !605
parent d0ff2d5d
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../../software/erp5/software.cfg ../../software/erp5/software.cfg
parts += parts +=
wendelin wendelin
erp5-bin
scipy scipy
msgpack-python msgpack-python
msgpack-numpy msgpack-numpy
...@@ -60,10 +61,14 @@ initialization = ...@@ -60,10 +61,14 @@ initialization =
${testrunner:initialization} ${testrunner:initialization}
[erp5_repository_list] [erp5_repository_list]
repository_id_list += wendelin repository_id_list +=
wendelin
erp5-bin
[local-bt5-repository] [local-bt5-repository]
list += ${wendelin:location}/bt5 list +=
${wendelin:location}/bt5
${erp5-bin:location}/bt5
# Jupyter is by default enabled in Wendelin # Jupyter is by default enabled in Wendelin
[erp5-defaults] [erp5-defaults]
...@@ -75,6 +80,12 @@ git-executable = ${git:location}/bin/git ...@@ -75,6 +80,12 @@ git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/nexedi/wendelin.git repository = https://lab.nexedi.com/nexedi/wendelin.git
branch = master branch = master
[erp5-bin]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/nexedi/erp5-bin.git
branch = master
[versions] [versions]
msgpack = 0.6.1 msgpack = 0.6.1
msgpack-numpy = 0.4.4.3 msgpack-numpy = 0.4.4.3
......
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