Reproducing OE builds¶
This feature is currently a work in progress and might break from time to time.
For every OE build triggered using tuxsuite, you can re-run the same build locally.
TuxOE is using TuxBake for building OE on both cloud or local host. In order to use the exact same environments, TuxBake is leveraging docker with custom container images.
Setting up¶
Host dependencies¶
Install docker
and python
:
sudo apt install docker.io
sudo apt install python3 python3-pip
TuxBake¶
Install TuxBake from PyPi: PyPi:
python3 -m pip install --upgrade tuxbake
Reproducing¶
To reproduce 2OupdAGYCmVM7AaaScR60RN02m7, download pinned-manifest.xml and build-definition.json.
wget https://storage.tuxsuite.com/public/demo/demo/oebuilds/2OupdAGYCmVM7AaaScR60RN02m7/build-definition.json
wget https://storage.tuxsuite.com/public/demo/demo/oebuilds/2OupdAGYCmVM7AaaScR60RN02m7/pinned-manifest.xml
tuxbake --build-definition build-definition.json --pinned-manifest pinned-manifest.xml