Publish Uyuni
Uyuni documentation is published to uyuni-project.org. Build it with the same container and Task workflow as Multi-Linux Manager.
For setup, see Container setup.
1. Update config.yml
Before a Uyuni release, set the Uyuni version fields in config.yml (releaseversion / productnumber, chart version, site title). Also review supported client versions in the shared asciidoc: block with the release managers and the product owner. Details: config.yml.
2. Build
cd uyuni-docs
task container:build # once, or after Dockerfile.bci changes
task container:publish:uyuni
Limit languages or jobs if needed:
task container:publish:uyuni LANGUAGES=en
task container:publish:uyuni LANGUAGES="en ja" JOBS=4
Other Uyuni targets:
task container:publish:webui-uyuni
task container:pdf:uyuni
task container:obs:uyuni
task container:validate:uyuni
Output lands in build/ on the host.