Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
458d32ef
Commit
458d32ef
authored
Jun 06, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use newer cloud9
parent
83159926
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
component/cloud9/buildout.cfg
component/cloud9/buildout.cfg
+8
-4
No files found.
component/cloud9/buildout.cfg
View file @
458d32ef
...
@@ -14,6 +14,10 @@ parts =
...
@@ -14,6 +14,10 @@ parts =
[cloud9]
[cloud9]
<= cloud9-git
<= cloud9-git
[node-sm]
recipe = slapos.recipe.build:npm
packages = sm
[cloud9-git]
[cloud9-git]
# Online IDE written in javascript/node.js
# Online IDE written in javascript/node.js
# URL : c9.io
# URL : c9.io
...
@@ -21,12 +25,12 @@ parts =
...
@@ -21,12 +25,12 @@ parts =
# NODE_PATH=${:destination}/node_modules ${nodejs:node_location} ${:cloud9_js_location}
# NODE_PATH=${:destination}/node_modules ${nodejs:node_location} ${:cloud9_js_location}
recipe = plone.recipe.command
recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
commit =
97db1467c517d265438684bd2a70b0b76ee282f6
commit =
4bde3206ac0dc1e5736cb18a42851e203a6cc68f
repository = https://github.com/ajaxorg/cloud9.git
repository = https://github.com/ajaxorg/cloud9.git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
git-binary = ${git:location}/bin/git
git-binary = ${git:location}/bin/git
npm-binary = ${nodejs-0.
4:location}/bin/node ${npm
:location}/bin/npm
npm-binary = ${nodejs-0.
6:location}/bin/node ${nodejs-0.6
:location}/bin/npm
command = export GIT_SSL_NO_VERIFY=true; (${:git-binary} clone --quiet ${:repository} ${:location} && cd ${:location} && ${:git-binary} reset --hard ${:commit} && ${
:git-binary} submodule update --init && cd support/jsdav && PATH=${nodejs-0.4
:location}/bin:$PATH LDFLAGS=-L${libxml2:location}/lib ${:npm-binary} install) || (rm -fr ${:location}; exit 1)
command = export GIT_SSL_NO_VERIFY=true; (${:git-binary} clone --quiet ${:repository} ${:location} && cd ${:location} && ${:git-binary} reset --hard ${:commit} && ${
node-sm:location}/bin/sm install && PATH=${nodejs-0.6
:location}/bin:$PATH LDFLAGS=-L${libxml2:location}/lib ${:npm-binary} install) || (rm -fr ${:location}; exit 1)
update-command =
update-command =
[cloud9-npm]
[cloud9-npm]
...
@@ -39,7 +43,7 @@ recipe = slapos.recipe.npm
...
@@ -39,7 +43,7 @@ recipe = slapos.recipe.npm
node = nodejs-0.6
node = nodejs-0.6
# List of packages to install
# List of packages to install
packages =
packages =
cloud9
cloud9
==0.7
# Specify environment jsDAV (dependency of cloud9) needs libxml2
# Specify environment jsDAV (dependency of cloud9) needs libxml2
environment =
environment =
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment