Commit 5f62a8c6 authored by Xavier Thompson's avatar Xavier Thompson

software/jupyter: Fix instance template download

parent b6660c58
Pipeline #13265 failed with stage
in 0 seconds
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
[instance] [instance]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = f33fc954eba47b5ddbebc72c453304e3 md5sum = de37ec3d4adb0be4c67bcc7397f27c91
[instance-jupyter] [instance-jupyter]
filename = instance-jupyter.cfg.in filename = instance-jupyter.cfg.in
......
...@@ -22,7 +22,7 @@ cert = $${slap-connection:cert-file} ...@@ -22,7 +22,7 @@ cert = $${slap-connection:cert-file}
[instance-jupyter] [instance-jupyter]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
filename = instance-jupyter.cfg.in filename = instance-jupyter.cfg.in
template = ${instance:_profile_base_location_}/$${:filename} template = ${instance-jupyter:location}/$${:filename}
rendered = $${buildout:directory}/template.cfg rendered = $${buildout:directory}/template.cfg
mode = 0644 mode = 0644
context = context =
......
...@@ -46,6 +46,9 @@ url = ${:_profile_base_location_}/${:filename} ...@@ -46,6 +46,9 @@ url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
[instance-jupyter]
<= download-file-base
[versions] [versions]
Pygments = 2.7.2 Pygments = 2.7.2
astor = 0.5 astor = 0.5
......
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