From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SPUBEcDUBmVXKgAAG6o9tA:P1 (envelope-from ) for ; Sun, 17 Sep 2023 12:28:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SPUBEcDUBmVXKgAAG6o9tA (envelope-from ) for ; Sun, 17 Sep 2023 12:28:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EEB63603BB for ; Sun, 17 Sep 2023 12:28:15 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=sPGvnRa7; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694946496; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=F65agTvEuWL6V0eQPBcoPfIvuBugIpHS/Cj6Io45Oy0=; b=QTOaORglgak6/ofSHSXdjR97HB8Vccw6RZb4SJU12QNFliEyH0XStc1TbnQHK5E+KoZCTO ioNDKUk1pNBzkHXJvRRk9hmGrI47TZCYAX4Qrm6JTH16gIaK4BRQIO0XYtj3UQ7dX1tqmZ H+KPcemqynhNxgbaIKOQ3Po7pPtxzTeKwGjTPXKuVabT0Nbgw9WywCVheIOVh0vIfgE6Fz 8I/Rowi4yhJtVrqUN/yr8SNDDAvG45AD+c4+fP2CWLcGOzpIHxvFpi7iYaUIeA707fW5Ui YDIIazIg8Ok+WG4UOK2KnNyj9e1rLi2+AOektsurc5RWE5gnph7iRNMmSerDXQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694946496; a=rsa-sha256; cv=none; b=Ail6GQWH/Q2LLzcfrBsQiM6MqxWriMBlO92Bl6+aJ/OWIDyNTtDEeUaqDDxVogwwXRa1tA vrRExNQ5tiseh3bwqG4JNETN7mKbuMBi86cLfatSA+suuJNE8LBAddrbqWqfKSMlrjBD8c 19PN7g5Pw4VOU6uDn9tTCvzmgEflr5uorfFXEgLDMsvWzxoh9NLCNcrte36qIvnPE46KAE x8vpDPYtGJjxqYUmbaXUDZvBXOXAJVuuM+a4IKOHPcQ8vmYqhu9AvcskB6Yq3ij2QPITTn aA1n1Ctcb42zqHdqhkeCLiJy3PuJ/qGFLB3IHsB1Gbwz8+rTYr/DHjGHIczdBQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=sPGvnRa7; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhp0P-0006OI-Ot; Sun, 17 Sep 2023 06:27:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhp0N-0006Nz-1X for guix-patches@gnu.org; Sun, 17 Sep 2023 06:27:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qhp0M-0007Io-Oj for guix-patches@gnu.org; Sun, 17 Sep 2023 06:27:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qhp0U-00045G-1z for guix-patches@gnu.org; Sun, 17 Sep 2023 06:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65119] [PATCH 0/8] Sharing service code between Home and System Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Sep 2023 10:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65119 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andrew Tropin Cc: 65119@debbugs.gnu.org, =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , paren@disroot.org Received: via spool by 65119-submit@debbugs.gnu.org id=B65119.169494644915658 (code B ref 65119); Sun, 17 Sep 2023 10:28:02 +0000 Received: (at 65119) by debbugs.gnu.org; 17 Sep 2023 10:27:29 +0000 Received: from localhost ([127.0.0.1]:49137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhozw-00044T-Fv for submit@debbugs.gnu.org; Sun, 17 Sep 2023 06:27:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhozu-00044H-7I for 65119@debbugs.gnu.org; Sun, 17 Sep 2023 06:27:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhozf-0007A8-IF; Sun, 17 Sep 2023 06:27:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=F65agTvEuWL6V0eQPBcoPfIvuBugIpHS/Cj6Io45Oy0=; b=sPGvnRa7fjuSzJFYn1b6 dyj5im8YwekB3oz7fkpUI3dEXNRdHiAFXfdpUR7Jap/pkNcoWGSAu4oLEkaDqWsvgYmBYUfdeUbrN sVl7ozDqa8Bmu2jyqBQ6lqEoGn4yMEWPUz3r3gt9bFkrEkcvpQCizGq76MBqUKKpXJyZvwBiwaFLi UAVv9Q4jc3nm0bz1GDAFuTv5yE8CXGXy8ttGI/+dDxVSvXsDOhHxbkKqtME3QSaYnKW+5e3V5H0xX L4BTeQk8ggN9WngiTYXe7ZjREFc8PyzMiOCqKEEdOZkVbl1zCxihBs3B8yMPzI8UUi2Lsd/Fu8dZs iHpI9kDEjXcOWQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ttt3a4tm.fsf@envs.net> <87r0nwh5om.fsf@trop.in> <87jztn3uz1.fsf@gnu.org> <87ttsnoct1.fsf@trop.in> <87wmx0z4u4.fsf@gnu.org> <874jk3sk57.fsf@trop.in> <878r9alzh9.fsf@gnu.org> <87wmwpxtaa.fsf@trop.in> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Primidi 1 jour =?UTF-8?Q?compl=C3=A9mentaire?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la Vertu X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 17 Sep 2023 12:27:08 +0200 In-Reply-To: <87wmwpxtaa.fsf@trop.in> (Andrew Tropin's message of "Sun, 17 Sep 2023 09:28:29 +0400") Message-ID: <874jjtyu0z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -2.46 X-Spam-Score: -2.46 X-Migadu-Queue-Id: EEB63603BB X-Migadu-Scanner: mx0.migadu.com X-TUID: +eqMSFdHWz0Z Hi Andrew Tropin skribis: > On 2023-09-13 20:06, Ludovic Court=C3=A8s wrote: > >> Hi, >> >> Andrew Tropin skribis: >> >>> In some previous threads on guix-devel/guix-patches I mentioned, that we >>> will maintain home services for rde separately [...] >> I=E2=80=99m disappointed that rde/Guix cooperation is a one-way street. > > That's probably a wrong statement. That was a reaction to =E2=80=9Cwe will maintain home services for rde separately=E2=80=9D above; to me that statement was unambiguous. [...] >> Then, for clarity and to avoid misunderstandings, perhaps you should >> remove yourself from the Home team? >> > > I guess this one I've already sent to you an year ago is still true: > > However, I perfectly understand the reasons for Guix System style > services and respect your descion and desire to stick with them. I > mentioned that I'll maintain already existing rde style services in r= de > and it won't make sense for me to upstream most of them from rde to > Guix, because it will mean almost complete rewrite for them. > > And this is another reason I don't participate in development of home > services, because it will mean double or even triple work for me, > however I keep an eye on patches you send, in most cases someone jumps > in earlier with review, so I don't bother you with my comments. But > development of Guix Home itself and the rest of Guix is a part of my > interests. > > I do want to get CCed on general Guix Home topics, I'm ok with getting > CCed on other guix home patches and threads outside of my > interests/workload capabilities. > > If you think that confusion is severe, we can split the team into Guix > Home Core and Guix Home Services, however I don't think it makes a lot > of sence. To me, team members commit to the best of their capacity to help with patch review in the team=E2=80=99s scope. To receive notifications about a given topic, I=E2=80=99d suggest using email filters or similar tools. I hope that makes sense! Ludo=E2=80=99.