Package: incus / 6.0.5-1
Metadata
Package | Version | Patches format |
---|---|---|
incus | 6.0.5-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 skip TestConvertNetworkConfig.patch | (download) |
cmd/lxc-to-incus/main_migrate_test.go |
2 2 + 0 - 0 ! |
lxc prior to version 4.0.12 had a logic bug in do_lxcapi_create() that returned success in error conditions. since this is a very simple test, that didnt actually matter, but now to properly pass would require the setting up of a user-specific lxc configuration and sub[u|g]id mappings, which is just too much effort for a small test. |
002 adjust import paths.patch | (download) |
cmd/incusd/daemon.go |
2 1 + 1 - 0 ! |
adjust import paths to reflect debian packaging |
003 Compile against go criu v7.patch | (download) |
internal/server/instance/drivers/driver_lxc.go |
2 1 + 1 - 0 ! |
compile against go-criu v7 |
004 include incusos network structs.patch | (download) |
cmd/incusd/networks.go |
2 1 + 1 - 0 ! |
incus now consumes the incusos network api. this causes a dependency loop, so extract the relevant structs needed by incus. |