Commit ca68b8c6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent eecb98a5
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
{%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind) %} {%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind) %}
{# XXX test promises #}
{%- macro buildout() %} {%- macro buildout() %}
{%- set parts_list = [] %} {%- set parts_list = [] %}
{%- macro part(name) %} {%- macro part(name) %}
......
...@@ -4,16 +4,16 @@ extends = slapos.cfg ...@@ -4,16 +4,16 @@ extends = slapos.cfg
parts = parts =
# Development eggs # Development eggs
slapos.toolbox-dev slapos.toolbox-dev
slapos-cookbook-develop # slapos-cookbook-develop
slapos.core-dev # slapos.core-dev
erp5.util-dev # erp5.util-dev
slapos-cookbook # slapos-cookbook
[slapos.toolbox-repository] [slapos.toolbox-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.toolbox.git repository = https://lab.nexedi.com/kirr/slapos.toolbox.git
branch = master branch = t
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
develop = true develop = true
......
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