Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
11ef4fed
Commit
11ef4fed
authored
Feb 17, 2025
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/slapos: fix for python3.19 and update version of buildout
parent
ae16ab90
Pipeline
#39785
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
obs/slapos/prepare_download_cache.sh
obs/slapos/prepare_download_cache.sh
+1
-1
obs/slapos/slapos-node/build_python3_if_needed.bash
obs/slapos/slapos-node/build_python3_if_needed.bash
+1
-1
No files found.
obs/slapos/prepare_download_cache.sh
View file @
11ef4fed
...
...
@@ -28,7 +28,7 @@ mkdir -p $BUILD_DIRECTORY/{eggs,extends-cache,download-cache/dist,bootstrap-dir}
cd
$BUILD_DIRECTORY
/bootstrap-dir
# 1) you need a recent enough version of Nexedi buildout, you can do e.g.:
# pip install http://www.nexedi.org/static/packages/source/slapos.buildout/zc.buildout-3.0.1%2Bslapos00
5
.tar.gz
# pip install http://www.nexedi.org/static/packages/source/slapos.buildout/zc.buildout-3.0.1%2Bslapos00
9
.tar.gz
# 2) compile very simple buildout with networkcache
echo
"Preparing networkcached zc.buildout"
...
...
obs/slapos/slapos-node/build_python3_if_needed.bash
View file @
11ef4fed
...
...
@@ -13,7 +13,7 @@ fi
build_dir
=
.build
# TODO:how to get this from buildout ?
python3_url
=
https://www.python.org/ftp/python/3.
7.17/Python-3.7.17
.tar.xz
python3_url
=
https://www.python.org/ftp/python/3.
9.20/Python-3.9.20
.tar.xz
md5sum
=
$(
echo
-n
$python3_url
|
md5sum
|
cut
-d
' '
-f
1
)
...
...
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