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
Iliya Manolov
slapos
Commits
096560eb
Commit
096560eb
authored
Jun 30, 2017
by
Iliya Manolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added buildout.hash.cfg
parent
da3690fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
7 deletions
+41
-7
software/ipython_notebook/buildout.hash.cfg
software/ipython_notebook/buildout.hash.cfg
+39
-0
software/ipython_notebook/software.cfg
software/ipython_notebook/software.cfg
+2
-7
No files found.
software/ipython_notebook/buildout.hash.cfg
0 → 100644
View file @
096560eb
# THIS IS NOT A BUILDOUT FILE, despite purposedly using a compatible syntax.
# The only allowed lines here are (regexes):
# - "^#" comments, copied verbatim
# - "^[" section beginings, copied verbatim
# - lines containing an "=" sign which must fit in the following categorie.
# - "^\s*filename\s*=\s*path\s*$" where "path" is relative to this file
# But avoid directories, they are not portable.
# Copied verbatim.
# - "^\s*hashtype\s*=.*" where "hashtype" is one of the values supported
# by the re-generation script.
# Re-generated.
# - other lines are copied verbatim
# Substitution (${...:...}), extension ([buildout] extends = ...) and
# section inheritance (< = ...) are NOT supported (but you should really
# not need these here).
[instance-jupyter]
filename = instance.cfg.in
md5sum = c9d2c7a3658457b7f43cbbbc38ef247c
[ipython-notebook-config]
filename = template/ipython_notebook_config.py.jinja
md5sum = 95a76a80718e2a933dd4854dcf9a4a65
[ipython-notebook-set-password]
filename = template/ipython_set_password.cgi.jinja
md5sum = d7d4a7e19d55bf14007819258bf42100
[erp5-kernel]
filename = template/ERP5kernel.py.jinja
md5sum = f7be6c3ef9cdfaaea3b8756895a22081
[kernel-json]
filename = template/kernel.json.jinja
md5sum = ab6e78ea20855e07d388b5b86d1770fe
[custom-js]
filename = template/custom.js.jinja
md5sum = 584aa839aa20263ba885537b74c83abd
software/ipython_notebook/software.cfg
View file @
096560eb
[buildout]
[buildout]
versions = versions
versions = versions
extends =
extends =
buildout.hash.cfg
../../stack/slapos.cfg
../../stack/slapos.cfg
../../component/ipython/buildout.cfg
../../component/ipython/buildout.cfg
../../component/scipy/buildout.cfg
../../component/scipy/buildout.cfg
...
@@ -37,34 +38,28 @@ mode = 0644
...
@@ -37,34 +38,28 @@ mode = 0644
[ipython-notebook-config]
[ipython-notebook-config]
<= download-file-base
<= download-file-base
filename = ipython_notebook_config.py.jinja
filename = ipython_notebook_config.py.jinja
md5sum = 95a76a80718e2a933dd4854dcf9a4a65
[ipython-notebook-set-password]
[ipython-notebook-set-password]
<= download-file-base
<= download-file-base
filename = ipython_set_password.cgi.jinja
filename = ipython_set_password.cgi.jinja
md5sum = d7d4a7e19d55bf14007819258bf42100
[erp5-kernel]
[erp5-kernel]
<= download-file-base
<= download-file-base
filename = ERP5kernel.py.jinja
filename = ERP5kernel.py.jinja
md5sum = f7be6c3ef9cdfaaea3b8756895a22081
[kernel-json]
[kernel-json]
<= download-file-base
<= download-file-base
filename = kernel.json.jinja
filename = kernel.json.jinja
md5sum = ab6e78ea20855e07d388b5b86d1770fe
[custom-js]
[custom-js]
<= download-file-base
<= download-file-base
filename = custom.js.jinja
filename = custom.js.jinja
md5sum = 584aa839aa20263ba885537b74c83abd
[instance-jupyter]
[instance-jupyter]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/
instance.cfg.in
template = ${:_profile_base_location_}/
${:filename}
rendered = ${buildout:directory}/template.cfg
rendered = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
md5sum = c9d2c7a3658457b7f43cbbbc38ef247c
context =
context =
key bin_directory buildout:bin-directory
key bin_directory buildout:bin-directory
key develop_eggs_directory buildout:develop-eggs-directory
key develop_eggs_directory buildout:develop-eggs-directory
...
...
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