From c7c71a6cdfb218a1b60480d741a2d535835ebb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Wed, 24 Oct 2012 13:18:25 +0200 Subject: [PATCH] Update cloud9 --- component/cloud9/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/cloud9/buildout.cfg b/component/cloud9/buildout.cfg index 12eb9ca87c..8630f6f578 100644 --- a/component/cloud9/buildout.cfg +++ b/component/cloud9/buildout.cfg @@ -16,7 +16,7 @@ parts = [node-sm] recipe = slapos.recipe.build:npm -packages = sm@0.2.7 +packages = sm@0.2.11 node = nodejs environment = PATH=${nodejs:location}/bin:%(PATH)s @@ -44,7 +44,7 @@ executable = ${:location}/bin/cloud9.js # NODE_PATH=${:destination}/node_modules ${nodejs:node_location} ${:cloud9_js_location} recipe = plone.recipe.command stop-on-error = true -commit = 10b35e15837dd0ec081b2c99333076871dfaf7c6 +commit = 15a9dfcc42679ccab3426e800cd7f1a4a8b5901b repository = https://github.com/ajaxorg/cloud9.git location = ${buildout:parts-directory}/${:_buildout_section_name_} environment = export GIT_SSL_NO_VERIFY=true; export PATH=${git:location}/bin:${nodejs:location}/bin:${node-sm:location}/node_modules/sm/bin:$PATH; export CPPFLAGS="-I${libxml2:location}/include -I${nodejs:location}/include"; export LDFLAGS="-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib"; export HOME=${:location}; -- 2.30.9