Custom-built packages from project branches
Each project contains OpenNebula packages built from a specific branch.
Replace <PROJECT> with the project you need.
# Add the repository (auto-detects your Ubuntu version) echo "deb [trusted=yes] http://5.2.88.196/repo/ $(lsb_release -cs) <PROJECT>" \ | sudo tee /etc/apt/sources.list.d/opennebula-innovation.list
sudo apt update
sudo apt install opennebula opennebula-fireedge # ... and any other packages you need
See the full tutorial for switching projects, troubleshooting, and more.
Use one of these lines depending on your project. The distribution is auto-detected.
| Project | sources.list entry |
|---|---|
fake-project |
deb [trusted=yes] http://5.2.88.196/repo/ $(lsb_release -cs) fake-project |
oneai |
deb [trusted=yes] http://5.2.88.196/repo/ $(lsb_release -cs) oneai |
poc-oneai |
deb [trusted=yes] http://5.2.88.196/repo/ $(lsb_release -cs) poc-oneai |
poc-cognit |
deb [trusted=yes] http://5.2.88.196/repo/ $(lsb_release -cs) poc-cognit |
| Path | Description |
|---|---|
| /repo/ | Repository root |
| /repo/dists/ | Distribution metadata |
| /repo/pool/ | Package files (.deb), organized by project |