[pve-devel] [PATCH proxmox-offline-mirror 1/2] setup wizard: add subscription keys

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Apr 24 11:45:30 CEST 2023


On 18/04/2023 10:58, Fabian Grünbichler wrote:
> to make it a bit easier to configure access to the enterprise repositories.
> 
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
>  docs/offline-keys.rst                         |   3 +-
>  src/bin/proxmox-offline-mirror.rs             | 102 ++++++++++++++++++
>  .../subscription.rs                           |   2 +-
>  3 files changed, 105 insertions(+), 2 deletions(-)
> 

applied, with a minor fix up (see below), thanks!

> diff --git a/src/bin/proxmox-offline-mirror.rs b/src/bin/proxmox-offline-mirror.rs
> index bec366a..93e8dfa 100644
> --- a/src/bin/proxmox-offline-mirror.rs
> +++ b/src/bin/proxmox-offline-mirror.rs
> @@ -2,6 +2,8 @@ use std::fmt::Display;
>  use std::path::Path;
>  
>  use anyhow::{bail, Error};

fixed up adding missing use for format_err here.





More information about the pve-devel mailing list