Commit 11ef4fed authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

obs/slapos: fix for python3.19 and update version of buildout

parent ae16ab90
Pipeline #39785 failed with stage
in 0 seconds
......@@ -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%2Bslapos005.tar.gz
# pip install http://www.nexedi.org/static/packages/source/slapos.buildout/zc.buildout-3.0.1%2Bslapos009.tar.gz
# 2) compile very simple buildout with networkcache
echo "Preparing networkcached zc.buildout"
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment