Lorax is a set of tools used to create bootable images.
b61a91954a
When I re-arranged the test-in-docker I didn't realize how .travis.yml was extracting the results. This should fix it. When running with test-in-docker we mount the source read-only on /linux-ro/ inside the container and copy it over to /lorax/ for running the tests. The local directory ./.test-results/ is mounted on /test-results/ in the container and the .coverage file is copied into there so that it is available on the host. |
||
---|---|---|
docs | ||
etc | ||
rel-eng | ||
share | ||
src | ||
systemd | ||
tests | ||
utils | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
ANNOUNCE | ||
AUTHORS | ||
COPYING | ||
Dockerfile.test | ||
HACKING.md | ||
lorax.spec | ||
Makefile | ||
POLICY | ||
README.md | ||
requirements.txt | ||
setup.py | ||
TODO |
Lorax is a set of tools used to create bootable images.
- lorax - creates the Anaconda boot.iso used to install Fedora
- livemedia-creator - uses Anaconda to create bootable images
- lorax-composer - API server implementing the Weldr BDCS protocol using livemedia-creator
See the Weldr blog for more info about BDCS and the Lorax documentation for more information about Lorax and associated tools.