Commit 6f6222ab authored by Ophélie Gagnard's avatar Ophélie Gagnard

obs/slapos: Fix buildout version for bootstrapping

See 9bdb1695
parent 9bdb1695
Pipeline #24647 failed with stage
in 0 seconds
......@@ -44,7 +44,8 @@ echo "[buildout]" > buildout.cfg # dummy .cfg file only for boostraping
echo "Bootsrapping buildout..."
python3 -S bootstrap.py \
--setuptools-version "$OLD_SETUPTOOLS_VERSION" \
--setuptools-to-dir eggs
--setuptools-to-dir eggs \
--buildout-version 2.13.8
# 10) Get newest version of zc.buildout and setuptools.
# note that we can't directly do setuptools + zc.buildout +
......
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