Re: [pve-devel] [PATCH 01/12] add proxmox-installer-common crate

2023-10-27 Thread Christoph Heiss
The .deb fails to build with this patch applied, `proxmox-installer-common/` must also be copied to the build directory (see `$(BUILDIR)` target in the Makefile). On Wed, Oct 25, 2023 at 06:00:00PM +0200, Aaron Lauterer wrote: > > It will be used for code shared among the different crates in the

[pve-devel] [PATCH 01/12] add proxmox-installer-common crate

2023-10-25 Thread Aaron Lauterer
It will be used for code shared among the different crates in the installer. For now between the TUI installer and the upcoming auto installer. Signed-off-by: Aaron Lauterer --- Cargo.toml | 1 + proxmox-installer-common/Cargo.toml | 10 ++ proxmox-installer-com