Commit ddc5b255 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

software/slaprunner: fix regression that breaks instantiation.

parent f9db2858
...@@ -16,10 +16,10 @@ extends = ...@@ -16,10 +16,10 @@ extends =
../../component/screen/buildout.cfg ../../component/screen/buildout.cfg
../../component/shellinabox/buildout.cfg ../../component/shellinabox/buildout.cfg
../../component/vim/buildout.cfg ../../component/vim/buildout.cfg
../../stack/slapos.cfg
../../stack/flask.cfg ../../stack/flask.cfg
../../stack/resilient/buildout.cfg ../../stack/resilient/buildout.cfg
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
../../stack/slapos.cfg
parts = parts =
template template
...@@ -205,3 +205,7 @@ recipe = zc.recipe.egg ...@@ -205,3 +205,7 @@ recipe = zc.recipe.egg
interpreter = pythonwitheggs interpreter = pythonwitheggs
eggs += eggs +=
supervisor supervisor
[versions]
# We still need to use the older version.
slapos.core = 1.0.5
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# Exactly the same as common.cfg, but: # Exactly the same as common.cfg, but:
# 1/ Use a defined set of Python eggs instead of using the latest available # 1/ Use a defined set of Python eggs instead of using the latest available
# ones from Pypi, to ensure stability; # ones from Pypi, to ensure stability;
# 2/ Define list of trusted certificates for the cache.
[buildout] [buildout]
extends = common.cfg extends = common.cfg
...@@ -25,7 +24,6 @@ slapos.core = 1.0.5 ...@@ -25,7 +24,6 @@ slapos.core = 1.0.5
slapos.recipe.build = 0.12 slapos.recipe.build = 0.12
slapos.recipe.download = 1.0.dev-r4053 slapos.recipe.download = 1.0.dev-r4053
slapos.toolbox = 0.40.1 slapos.toolbox = 0.40.1
slapos.recipe.template = 2.5
supervisor = 3.1.1 supervisor = 3.1.1
smmap = 0.8.2 smmap = 0.8.2
z3c.recipe.scripts = 1.0.1 z3c.recipe.scripts = 1.0.1
...@@ -49,5 +47,3 @@ feedparser = 5.1.3 ...@@ -49,5 +47,3 @@ feedparser = 5.1.3
# Required by: # Required by:
# slapos.toolbox==0.39.3 # slapos.toolbox==0.39.3
paramiko = 1.14.1 paramiko = 1.14.1
Jinja2 = 2.7.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