[pve-devel] [pbs-devel] [RFC v5 pve-rs 15/23] add cargo config

Wolfgang Bumiller w.bumiller at proxmox.com
Mon May 31 14:53:00 CEST 2021


Please don't put this on top of this repo, better start over since the
diskmanage stuff in here hasn't been touched in a while and therefore
isn't used anywhere, yet.

Also, I'm confused by the patch numbering. I'd rather have individual
repositories have their own individual numbers.

On Fri, May 28, 2021 at 04:29:54PM +0200, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
> 
> New in v5.
> 
>  .cargo/config | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 .cargo/config
> 
> diff --git a/.cargo/config b/.cargo/config
> new file mode 100644
> index 0000000..3b5b6e4
> --- /dev/null
> +++ b/.cargo/config
> @@ -0,0 +1,5 @@
> +[source]
> +[source.debian-packages]
> +directory = "/usr/share/cargo/registry"
> +[source.crates-io]
> +replace-with = "debian-packages"
> -- 
> 2.20.1





More information about the pve-devel mailing list