Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-06 | Remove useless util jobs | Cédric Ollivier | 1 | -12/+0 | |
It must be noted that lf-build6 has been offline for a while. Change-Id: Ia3d7020975a199c0c4c00b13d3af9d719faad604 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2018-02-05 | Ansible Playbook to install build server deps | agardner | 1 | -0/+12 | |
This playbook has been tested in centos and ubuntu on Arm and x86_64 first: install ansible then: ansible-playbook -i inventory.ini main.yml What it does: installs on centos or ubuntu arm or x86_64 installs system deps with the package manager. and python libs with pip. installs docker https://download.docker.com installs docker-compose from distribution repo Change-Id: I3853cd04d0e6c7270ea068b9e1fba1a240a0652e Signed-off-by: agardner <agardner@linuxfoundation.org> |