Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
6aea2b50
Commit
6aea2b50
authored
Oct 27, 2016
by
Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mod buildout
parent
32600431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
component/jupyter-renderjs/buildout.cfg
component/jupyter-renderjs/buildout.cfg
+31
-0
No files found.
component/jupyter-renderjs/buildout.cfg
0 → 100644
View file @
6aea2b50
[buildout]
extends =
../jupyter-pip/buildout.cfg
parts =
renderjs_nbextension
# renderjs_nbextension installed from latest git version
[renderjs_nbextension]
recipe = zc.recipe.egg:develop
egg = renderjs_nbextension
setup = ${renderjs_nbextension-submoduleinit:location}/renderjs_nbextension
setup-eggs = ${jupyter-pip:egg}
[renderjs_nbextension-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/Kreisel/renderjs_extension.git
# dir is pretty name as top-level -dev recipe
location = ${buildout:parts-directory}/renderjs_nbextension
git-executable = /sbin/git
# TODO add `git clone --recursive` to slapos.recipe.build:gitclone
# and this way merge this -submoduleinit into -repository part
[renderjs_nbextension-submoduleinit]
recipe = plone.recipe.command
command = cd "${renderjs_nbextension-repository:location}" && /sbin/git submodule update --init
stop-on-error = true
# propagate location of main repo
location= ${renderjs_nbextension-repository:location}
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