Commit fde71ca5 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: no longer download 2 times nodejs

parent 587b7d8e
...@@ -82,7 +82,7 @@ port = 4443 ...@@ -82,7 +82,7 @@ port = 4443
wrapper = $${directory:services}/cloud9 wrapper = $${directory: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.6:location}/bin/node
cloud9 = ${cloud9:executable} cloud9 = ${cloud9:executable}
[slaprunner] [slaprunner]
...@@ -194,7 +194,7 @@ context = ...@@ -194,7 +194,7 @@ context =
key backend_port nginx-frontend:port key backend_port nginx-frontend:port
raw shell_path ${bash:location}/bin/bash raw shell_path ${bash:location}/bin/bash
raw node_env ${buildout:parts-directory}:${npm-modules:location}/node_modules raw node_env ${buildout:parts-directory}:${npm-modules:location}/node_modules
raw node_path ${nodejs:location}/bin/node raw node_path ${nodejs-0.6:location}/bin/node
raw conf_path ${simple-proxy:location}/${simple-proxy:filename} raw conf_path ${simple-proxy:location}/${simple-proxy:filename}
#--------------------------- #---------------------------
......
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