- 05 Jan, 2023 1 commit
-
-
Ivan Tyagov authored
Cleanup unused and not working packages installations (socat)
-
- 04 Jan, 2023 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos.package!175
-
Ivan Tyagov authored
-
- 02 Jan, 2023 1 commit
-
-
Xiaowu Zhang authored
-
- 26 Dec, 2022 1 commit
-
-
Ophélie Gagnard authored
Fix random error "No space left on device". For documentation, see https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.build_job_constraints.html For a case on OBS forum, see https://forums.opensuse.org/t/obs-build-build-vm-line-427-echo-write-error-no-space-left-on-device/140717
-
- 20 Dec, 2022 1 commit
-
-
Xiaowu Zhang authored
-
- 16 Dec, 2022 1 commit
-
-
Thomas Gambier authored
-
- 13 Dec, 2022 1 commit
-
-
Ophélie Gagnard authored
-
- 07 Dec, 2022 1 commit
-
-
Ophélie Gagnard authored
-
- 06 Dec, 2022 1 commit
-
-
Ophélie Gagnard authored
-
- 01 Dec, 2022 2 commits
- 21 Nov, 2022 1 commit
-
-
Ophélie Gagnard authored
-
- 18 Nov, 2022 2 commits
-
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Support MCA and fluent-bit plugin in separate packages. Update command-line calls to the programs and files.
-
- 17 Nov, 2022 3 commits
-
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Update according to the .cfg file names in slapos repository.
-
Ophélie Gagnard authored
Also update mca--static files: - Update installation so that it does not install the plugin's files anymore. - Update dependencies.
-
- 15 Nov, 2022 2 commits
-
-
Ophélie Gagnard authored
ZC_BUILDOUT_VERSION variable cannot be defined in custom environments.
-
Ophélie Gagnard authored
fluent-bit: - Fix version number. - Use home:oph.nxd OBS project. mca--static: - Update version. - Use master branch in slapos repository. - Use home:oph.nxd OBS project.
-
- 09 Nov, 2022 3 commits
-
-
Ophélie Gagnard authored
See 9bdb1695
-
Thomas Gambier authored
by default, the bootstrap script will install newest buildout, but starting with buildout 3.0.0, there is a problem of wheel like this: ez_setup.py is deprecated and when using it setuptools will be pinned to 33.1.1 since it's the last version that supports setuptools self upgrade/installation, check https://github.com/pypa/setuptools/issues/581 for more info; use pip to install setuptools Downloading https://pypi.io/packages/source/s/setuptools/setuptools-41.6.0.zip Extracting in /tmp/tmpyglw2hza Now working in /tmp/tmpyglw2hza/setuptools-41.6.0 Building a Setuptools egg in /root/slapos.package/obs/slapos/sn_1.8.3+1.0.290+1/slapos/build/opt/slapos/eggs warning: no files found matching '*.py' under directory 'tests' warning: no previously-included files found matching 'pyproject.toml' /root/slapos.package/obs/slapos/sn_1.8.3+1.0.290+1/slapos/build/opt/slapos/eggs/setuptools-41.6.0-py3.9.egg Traceback (most recent call last): File "/root/slapos.package/obs/slapos/sn_1.8.3+1.0.290+1/slapos/build/opt/slapos/bootstrap.py", line 199, in <module> ws.require(requirement) File "/root/slapos.package/obs/slapos/sn_1.8.3+1.0.290+1/slapos/build/opt/slapos/eggs/setuptools-41.6.0-py3.9.egg/pkg_resources/__init__.py", line 900, in require File "/root/slapos.package/obs/slapos/sn_1.8.3+1.0.290+1/slapos/build/opt/slapos/eggs/setuptools-41.6.0-py3.9.egg/pkg_resources/__init__.py", line 786, in resolve pkg_resources.DistributionNotFound: The 'wheel' distribution was not found and is required by zc.buildout Impossible to build SlapOS, exiting. make: *** [Makefile:9: download_cache] Error 1
-
Ophélie Gagnard authored
-
- 07 Nov, 2022 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 02 Nov, 2022 1 commit
-
-
Joanne Hugé authored
-
- 31 Oct, 2022 5 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
The installation is now using cloud-init config instead of preseed files (see https://ubuntu.com/server/docs/install/autoinstall). For now, it's not possible to have different file names than "user-data" and "meta-data" and the hostname is hardcoded in "user-data" so it won't work for Ubuntu 24.04 (see https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html).
-
Thomas Gambier authored
So keep everything in the same file
-
Thomas Gambier authored
-
Thomas Gambier authored
For info, this is the command used: for f in *.json; do packer fix -validate $f > $f.fix || echo "$f FAILED" ; mv $f.fix $f ; done
-
- 24 Oct, 2022 8 commits
-
-
Thomas Gambier authored
TODO: we should make sure the logs are properly uploaded before exiting
-
Thomas Gambier authored
fixup of b68b3f17
-
Thomas Gambier authored
The VM will use the DNS server coming from qemu-kvm (see https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29) so it will actually use the DNS from the host machine.
-
Thomas Gambier authored
fixup of b68b3f17
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Thomas Gambier authored
fixup of 0619932c (keep using insecure http repository for debian 8, 9 and 10)
-
- 20 Oct, 2022 1 commit
-
-
Thomas Gambier authored
-