Commit ca5f9169 authored by Alain Takoudjou's avatar Alain Takoudjou

Go back to an cloud9 stable version

parent 6a7f6a30
[buildout] [buildout]
parts = parts =
cloud9 cloud9-stable
slaprunner slaprunner
sshkeys-dropbear sshkeys-dropbear
dropbear-server-add-authorized-key dropbear-server-add-authorized-key
...@@ -55,8 +55,8 @@ port = 30000 ...@@ -55,8 +55,8 @@ port = 30000
wrapper = $${basedirectory:services}/cloud9 wrapper = $${basedirectory:services}/cloud9
working-directory = $${runnerdirectory:home} working-directory = $${runnerdirectory:home}
git-binary = ${git:location}/bin/git git-binary = ${git:location}/bin/git
node-binary = ${nodejs:location}/bin/node node-binary = ${nodejs-0.4:location}/bin/node
cloud9 = ${cloud9:location}/server.js cloud9 = ${cloud9-stable:location}/server.js
[slaprunner] [slaprunner]
recipe = slapos.cookbook:slaprunner recipe = slapos.cookbook:slaprunner
......
[buildout] [buildout]
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../stack/flask.cfg ../../stack/flask.cfg
...@@ -23,11 +24,11 @@ md5sum = 5307e4200f044ae57b504ad68444491c ...@@ -23,11 +24,11 @@ md5sum = 5307e4200f044ae57b504ad68444491c
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg output = ${buildout:directory}/template-runner.cfg
md5sum = 963ef5b43cd52a5804a6d254d842cae5 md5sum = f9f202937d76104a2287db2e4fa7991d
mode = 0644 mode = 0644
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
slapos.libnetworkcache slapos.libnetworkcache
slapos.toolbox[flask_auth] slapos.toolbox[flask_auth]
......
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