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
150231e7
Commit
150231e7
authored
Jun 08, 2022
by
Lukas Niegsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: debugging
parent
339061b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
software/jupyterlite/buildout.hash.cfg
software/jupyterlite/buildout.hash.cfg
+2
-2
software/jupyterlite/instance.cfg.in
software/jupyterlite/instance.cfg.in
+2
-2
software/jupyterlite/software.cfg
software/jupyterlite/software.cfg
+3
-3
No files found.
software/jupyterlite/buildout.hash.cfg
View file @
150231e7
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
# not need these here).
# not need these here).
[template-instance]
[template-instance]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
c1bd54acca8dc3d97868e8c788fb52e8
md5sum =
e447fd8f0124e180a861ba8d346f979e
[template-instance-jupyterlite]
[template-instance-jupyterlite]
filename = instance-jupyterlite.cfg.in
filename = instance-jupyterlite.cfg.in
md5sum =
2e73be8f27e052fcaa1f5e8134d00c06
md5sum =
f2dd9833cc16d39e1d6656119ab2e94a
software/jupyterlite/instance.cfg.in
View file @
150231e7
...
@@ -7,8 +7,8 @@ offline = true
...
@@ -7,8 +7,8 @@ offline = true
[instance-jupyterlite]
[instance-jupyterlite]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
template
= {{ template_instance_jupyterlite }}
url
= {{ template_instance_jupyterlite }}
rendered
= ${buildout:directory}/${:filename}
output
= ${buildout:directory}/${:filename}
filename = instance-jupyterlite.cfg
filename = instance-jupyterlite.cfg
context =
context =
section buildout buildout
section buildout buildout
...
...
software/jupyterlite/software.cfg
View file @
150231e7
...
@@ -14,8 +14,8 @@ part = python3.8
...
@@ -14,8 +14,8 @@ part = python3.8
[template-instance]
[template-instance]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
rendered = ${buildout:directory}/template.cfg
url = ${:_profile_base_location_}/${:filename}
template = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
context =
context =
section buildout buildout
section buildout buildout
key template_instance_jupyterlite template-instance-jupyterlite:target
key template_instance_jupyterlite template-instance-jupyterlite:target
...
@@ -35,4 +35,4 @@ url = ${:_profile_base_location_}/${:filename}
...
@@ -35,4 +35,4 @@ url = ${:_profile_base_location_}/${:filename}
[versions]
[versions]
# wip: does not work yet
# wip: does not work yet
setuptools =
62.3.2
setuptools =
51.3.3
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