[obs-commits] [openSUSE/osc] 74846e: Add support for nspawn VM type.
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 74846ea83b188f7d157409516b1afdb5ed19be07 https://github.com/openSUSE/osc/commit/74846ea83b188f7d157409516b1afdb5ed19b... Author: Oleg Girko <ol@infoserver.lv> Date: 2020-11-22 (Sun, 22 Nov 2020) Changed paths: M osc/build.py Log Message: ----------- Add support for nspawn VM type. This allows to utilise support for systemd-nspawn backend in build engine. Like LXC, systemd-nspawn creates isolated lightweight container. Signed-off-by: Oleg Girko <ol@infoserver.lv> Commit: 926c2eb4223fea90bbf5c66a94ca6403b15c1c6d https://github.com/openSUSE/osc/commit/926c2eb4223fea90bbf5c66a94ca6403b15c1... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2020-11-22 (Sun, 22 Nov 2020) Changed paths: M osc/build.py Log Message: ----------- Merge branch 'support-nspawn' of https://github.com/OlegGirko/osc Support "osc build --vm-type=nspawn". Without this change build_root is changed to "build_root/.mount", which results in an invalid name for systemd-nspawn (see build-vm-nspawn in the obs-build codebase). Now, --vm-type=nspawn behaves the same as --vm-type=lxc wrt. option passing to the build script and package signature checking. Compare: https://github.com/openSUSE/osc/compare/5e313ed48505...926c2eb4223f
participants (1)
-
Marcus Hüwe