[pve-devel] [PATCH v1 installer 15/18] auto-installer: use glob crate for pattern matching
Christoph Heiss
c.heiss at proxmox.com
Thu Feb 8 10:01:59 CET 2024
On Tue, Jan 23, 2024 at 06:00:50PM +0100, Aaron Lauterer wrote:
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
> proxmox-auto-installer/Cargo.toml | 1 +
> proxmox-auto-installer/src/utils.rs | 48 +++++++++++------------------
> 2 files changed, 19 insertions(+), 30 deletions(-)
>
> diff --git a/proxmox-auto-installer/Cargo.toml b/proxmox-auto-installer/Cargo.toml
> index 078a333..158a0a8 100644
> --- a/proxmox-auto-installer/Cargo.toml
> +++ b/proxmox-auto-installer/Cargo.toml
> @@ -9,6 +9,7 @@ homepage = "https://www.proxmox.com"
>
> [dependencies]
> anyhow = "1.0"
> +glob = "0.3"
^ Same here again with a debian/control Build-Depends entry.
Rest LGTM.
More information about the pve-devel
mailing list