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 C54E1741C2; Tue, 1 Jun 2021 08:29:24 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B95B52530F; Tue, 1 Jun 2021 08:29:24 +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 32D20252E8; Tue, 1 Jun 2021 08:29:24 +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 0374542B23; Tue, 1 Jun 2021 08:29:24 +0200 (CEST) Date: Tue, 1 Jun 2021 08:28:41 +0200 (CEST) From: Wolfgang Bumiller To: Fabian Ebner Cc: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com Message-ID: <1142998501.3032.1622528921078@webmail.proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.5-Rev11 X-Originating-Client: open-xchange-appsuite X-SPAM-LEVEL: Spam detection results: 0 AWL 0.016 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment 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 16/23] add perlmod crate with initial APT module 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: Tue, 01 Jun 2021 06:29:24 -0000 > On 05/31/2021 3:17 PM Fabian Ebner wrote: > > > Am 31.05.21 um 14:55 schrieb Wolfgang Bumiller: > > Please don't use 'perlmod' as the name of a crate which also depends on > > a different 'perlmod' crate, that won't be fun for long. > > > > Call it pve-rs ;-) > > > > I called it perlmod, because that's what was suggested in the (outdated) That was probably just confusingly written but actually meant to suggest 'pve-pl' (also bad enough ^^) *utilizing* perlmod ;-) > README. Should it even be a sub-crate then, or organized like pmg-rs? Either is fine with me. I expect it to end up being multiple crates at some point, (IMO more likely for pve-rs than pmg-rs), but the end goal of that would probably be to use them in pbs/pmg, too, so dependin gon their size they might live in another repo then anyway, who knows. I mean we can always change it, so I do *slightly* lean more towards pmg-rs like, with a possible inline workspace in the near future, but only slightly.