Commit 3160ce78 authored by Julien Muchembled's avatar Julien Muchembled

wip

parent 252d40a3
...@@ -23,7 +23,7 @@ md5sum = f2f01a47d98a980177dc1755e618bbb7 ...@@ -23,7 +23,7 @@ md5sum = f2f01a47d98a980177dc1755e618bbb7
[instance-import] [instance-import]
_update_hash_filename_ = instance-import.cfg.jinja.in _update_hash_filename_ = instance-import.cfg.jinja.in
md5sum = b0a2c2b3d59fd6c8ba76c634b83a1ba2 md5sum = 74b9b46769a25add50f9f63365de58ad
[instance-export] [instance-export]
_update_hash_filename_ = instance-export.cfg.jinja.in _update_hash_filename_ = instance-export.cfg.jinja.in
......
...@@ -64,15 +64,14 @@ seed = Import {{ root_title }} ...@@ -64,15 +64,14 @@ seed = Import {{ root_title }}
# in post-notification-run:output and in importer:wrapper. # in post-notification-run:output and in importer:wrapper.
[post-notification-run] [post-notification-run]
recipe = slapos.recipe.template:jinja2 # Do nothing because the backup signature will
rendered = $${directory:bin}/post-notification-run-script # be verified by the import script itself
output = $${:rendered} recipe = slapos.recipe.build
mode = 0700 output = $${directory:bin}/post-notification-run-script
template = location = $${:output}
inline:#!${software-info:bash} install =
# Do nothing because the backup signature will import os
# be verified by the import script itself os.symlink("/bin/true", location)
exit 0
[importer] [importer]
wrapper = $${theia-import-script:rendered} wrapper = $${theia-import-script:rendered}
......
...@@ -37,11 +37,13 @@ exec-sitecustomize = false ...@@ -37,11 +37,13 @@ exec-sitecustomize = false
# Add location for modified non-official slapos.buildout # Add location for modified non-official slapos.buildout
find-links += find-links +=
https://softinst87042.host.vifib.net/public/
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
# Use only quite well working sites. # Use only quite well working sites.
allow-hosts += allow-hosts +=
softinst87042.host.vifib.net
pypi.org pypi.org
*.googlecode.com *.googlecode.com
*.nexedi.org *.nexedi.org
...@@ -195,9 +197,9 @@ slapos.extension.strip = 0.4 ...@@ -195,9 +197,9 @@ slapos.extension.strip = 0.4
slapos.extension.shared = 1.0 slapos.extension.shared = 1.0
slapos.libnetworkcache = 0.22 slapos.libnetworkcache = 0.22
slapos.rebootstrap = 4.5 slapos.rebootstrap = 4.5
slapos.recipe.build = 0.53 slapos.recipe.build = 0.53+jm1
slapos.recipe.cmmi = 0.19 slapos.recipe.cmmi = 0.19
slapos.recipe.template = 4.6 slapos.recipe.template = 4.6+jm3
slapos.toolbox = 0.126 slapos.toolbox = 0.126
stevedore = 1.21.0:whl stevedore = 1.21.0:whl
subprocess32 = 3.5.4 subprocess32 = 3.5.4
......
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