From fde71ca5e66fa2b0b9c9aee3e569dc26ebffaf36 Mon Sep 17 00:00:00 2001
From: Nicolas Wavrant <nicolas.wavrant@tiolive.com>
Date: Wed, 23 Oct 2013 15:45:17 +0200
Subject: [PATCH] slaprunner: no longer download 2 times nodejs

---
 software/slaprunner/instance-runner.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/slaprunner/instance-runner.cfg b/software/slaprunner/instance-runner.cfg
index 98a61ef31..e80e32d31 100644
--- a/software/slaprunner/instance-runner.cfg
+++ b/software/slaprunner/instance-runner.cfg
@@ -82,7 +82,7 @@ port = 4443
 wrapper = $${directory:services}/cloud9
 working-directory = $${runnerdirectory:home}
 git-binary = ${git:location}/bin/git
-node-binary = ${nodejs:location}/bin/node
+node-binary = ${nodejs-0.6:location}/bin/node
 cloud9 = ${cloud9:executable}
 
 [slaprunner]
@@ -194,7 +194,7 @@ context =
 	key backend_port nginx-frontend:port
 	raw shell_path ${bash:location}/bin/bash
 	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}
 
 #---------------------------
-- 
2.30.9