From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 2EF6973EF5; Mon, 31 May 2021 15:12:22 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 215D71F0F5; Mon, 31 May 2021 15:12:22 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 7643E1F0E7; Mon, 31 May 2021 15:12:16 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 3E8CD42B84; Mon, 31 May 2021 15:12:16 +0200 (CEST) To: Wolfgang Bumiller Cc: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com References: <20210528143002.16190-1-f.ebner@proxmox.com> <20210528143002.16190-16-f.ebner@proxmox.com> <20210531125300.atoxr3d2mjqkpjax@olga.proxmox.com> From: Fabian Ebner Message-ID: <1408ed85-52de-17cf-1b42-afa2874c9714@proxmox.com> Date: Mon, 31 May 2021 15:12:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210531125300.atoxr3d2mjqkpjax@olga.proxmox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.309 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.618 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [pbs-devel] [RFC v5 pve-rs 15/23] add cargo config X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 13:12:22 -0000 Am 31.05.21 um 14:53 schrieb Wolfgang Bumiller: > 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. > Okay, should've paid more attention to the actual status of the repository in hindsight. > Also, I'm confused by the patch numbering. I'd rather have individual > repositories have their own individual numbers. > I just got used to doing it like this, but don't mind changing it. > On Fri, May 28, 2021 at 04:29:54PM +0200, Fabian Ebner wrote: >> Signed-off-by: Fabian Ebner >> --- >> >> 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