Commit 7d241532 authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Add switch-softwaretype

parent 3edba849
......@@ -13,9 +13,13 @@
# section inheritance (< = ...) are NOT supported (but you should really
# not need these here).
[instance-theia]
filename = instance-theia.cfg.jinja.in
md5sum = 13ac1bf0965b8a9d20663095370f5f9d
[instance]
filename = instance.cfg.in
md5sum = ec1d3d947222354d73a94eb974f46d66
md5sum = ff5a6d3ef22524f85054e8d0ac0e11d7
[yarn.lock]
filename = yarn.lock
......
This diff is collapsed.
This diff is collapsed.
......@@ -22,6 +22,7 @@ extends =
parts =
theia-wrapper
slapos-cookbook
instance-theia
instance
# default for slapos-standalone
......@@ -313,6 +314,10 @@ template =
exec ${yarn:location}/bin/yarn theia start "$@"
[instance-theia]
<= template-base
output = ${buildout:directory}/instance-theia.cfg.jinja
[instance]
<= template-base
output = ${buildout:directory}/instance.cfg
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