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
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
Lukas Niegsch
slapos
Commits
3aaa50be
Commit
3aaa50be
authored
Jun 03, 2022
by
Lukas Niegsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added new software release skeleton
parent
0252a737
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
89 additions
and
0 deletions
+89
-0
software/jupyterlite/buildout.hash.cfg
software/jupyterlite/buildout.hash.cfg
+21
-0
software/jupyterlite/instance-jupyterlite.cfg.in
software/jupyterlite/instance-jupyterlite.cfg.in
+4
-0
software/jupyterlite/instance.cfg.in
software/jupyterlite/instance.cfg.in
+31
-0
software/jupyterlite/software.cfg
software/jupyterlite/software.cfg
+33
-0
No files found.
software/jupyterlite/buildout.hash.cfg
0 → 100644
View file @
3aaa50be
# 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
# 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).
[template-instance]
filename = instance.cfg.in
md5sum = c1bd54acca8dc3d97868e8c788fb52e8
[template-instance-jupyterlite]
filename = instance-jupyterlite.cfg.in
md5sum = 2e73be8f27e052fcaa1f5e8134d00c06
software/jupyterlite/instance-jupyterlite.cfg.in
0 → 100644
View file @
3aaa50be
{% set parameter_dict = dict(default_parameter_dict, **slapparameter_dict) %}
[buildout]
parts =
software/jupyterlite/instance.cfg.in
0 → 100644
View file @
3aaa50be
[buildout]
parts =
switch-softwaretype
eggs-directory = {{ buildout['eggs-directory'] }}
develop-eggs-directory = {{ buildout['develop-eggs-directory'] }}
offline = true
[instance-jupyterlite]
recipe = slapos.recipe.template:jinja2
template = {{ template_instance_jupyterlite }}
rendered = ${buildout:directory}/${:filename}
filename = instance-jupyterlite.cfg
context =
section buildout buildout
key slapparameter_dict slap-configuration:configuration
jsonkey default_parameter_dict :default-parameters
default-parameters =
{}
[switch-softwaretype]
recipe = slapos.cookbook:switch-softwaretype
RootSoftwareInstance = ${:default}
default = instance-jupyterlite:rendered
[slap-configuration]
recipe = slapos.cookbook:slapconfiguration
computer = ${slap-connection:computer-id}
partition = ${slap-connection:partition-id}
url = ${slap-connection:server-url}
key = ${slap-connection:key-file}
cert = ${slap-connection:cert-file}
software/jupyterlite/software.cfg
0 → 100644
View file @
3aaa50be
[buildout]
extends =
buildout.hash.cfg
../../stack/slapos.cfg
../../stack/monitor/buildout.cfg
parts =
slapos-cookbook
template-instance
# extensions
[python]
part = python3
[template-instance]
recipe = slapos.recipe.template:jinja2
rendered = ${buildout:directory}/template.cfg
template = ${:_profile_base_location_}/${:filename}
context =
section buildout buildout
key template_instance_jupyterlite template-instance-jupyterlite:target
#[extensions]
#recipe = zc.recipe.egg
#eggs =
# jupyterlite
# jupyterlab-webrtc-docprovider
[download-base]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:filename}
[template-instance-jupyterlite]
<= download-base
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