From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uPqlC076AWV8KgEA9RJhRA:P1 (envelope-from ) for ; Wed, 13 Sep 2023 20:07:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uPqlC076AWV8KgEA9RJhRA (envelope-from ) for ; Wed, 13 Sep 2023 20:07:10 +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 ADBF4620CD for ; Wed, 13 Sep 2023 20:07:09 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=d2JintUe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694628429; 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=OjFwn7cQmE1aAy3HZN1nGB12IMLcphkJ59S6aJXYSHY=; b=aXUb/7332+wT+TN3X+PoRV+L8jY+UOEKfLZkmLeWCcWS+fwmcDoy2Rth3Inm+XTJ8dOeim hvEED9zqxdi/Jxx0QsIcZPrPtG7Ud2zLqehgqt7H6eTCH+JiYA8n431h9H0ppMv45vhJEu I71e8DfohcQLNStXA+A/W+I+oahMsrXCWlWZLQvgaZxygKBkafCATaGmrKKIV18FNmqls/ OJMQ2LFJKwzr2nDId14o4hxYbCmeUQ/52+wExcGHyuuOHC4nD46xXjDlHOgVMZ0dkaXnvc wbnhb3LDzzG+zfk0fJ8FwlvaUOE8MLu0cRY/3v2WRrB+hBJbb6073DI8i74D/g== 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=d2JintUe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694628429; a=rsa-sha256; cv=none; b=pMXvN7NBndRsXzs7bu3L9DEXpMp1FIA31BEe6oXH7ELgTSrVeq5QvYpsBd7o6AeCemhaJF zmX5oRG6tikxw+xkpnhg/zZOjUgekD3AD0HNLXY/b4rCtRKhWT5oI3ks7S/MxidDJT1TEN 1RsatN02rqjdVMkVU1Avan/YTDRAxOo4EGPdl6akWeD0X63jfT9zAcBu5DQwuYu17U2ZEP p5a7wv8TeG5/JKo+KzL7N3l0k620OyIsTvQy2zTjn2LUNNwp9yU8buLxhRzJ6m3io/4764 Sxp35IMikDi1DUu4u0J04dYhiaGIyuEn5/iAIHe01+ZLf+C3LnTDVqd7Xb1bXA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgUGQ-0005VG-Qy; Wed, 13 Sep 2023 14:06:58 -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 1qgUGO-0005Uu-Sg for guix-patches@gnu.org; Wed, 13 Sep 2023 14:06:57 -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 1qgUGO-000085-Kb for guix-patches@gnu.org; Wed, 13 Sep 2023 14:06:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgUGT-0003ma-VG for guix-patches@gnu.org; Wed, 13 Sep 2023 14:07:01 -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: Wed, 13 Sep 2023 18:07:01 +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.169462840614518 (code B ref 65119); Wed, 13 Sep 2023 18:07:01 +0000 Received: (at 65119) by debbugs.gnu.org; 13 Sep 2023 18:06:46 +0000 Received: from localhost ([127.0.0.1]:35992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgUGE-0003m5-8e for submit@debbugs.gnu.org; Wed, 13 Sep 2023 14:06:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgUG9-0003lp-Nq for 65119@debbugs.gnu.org; Wed, 13 Sep 2023 14:06:44 -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 1qgUFx-0008UQ-EO; Wed, 13 Sep 2023 14:06:29 -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=OjFwn7cQmE1aAy3HZN1nGB12IMLcphkJ59S6aJXYSHY=; b=d2JintUeVlINDVCxQivu BteaMKNjUTEGgqbJ0vRfm3t19iH75NBr6uYMlqqkb6dbw+dsJ7qbhsuSpHwBiZj/aix3cdtOTXT+O HdUX/1OjZ/+RpcEkKRMzwLC7yB4u5IHwuf73ieI1tcID4pO+MriKfJCnz1RUsJuwLQnnqwHhjP35x ORXlLHds1FtFyPI4ZyjWu1iQJj+z9fEuZsOD5eFgwiaT+JwtUyd2xTPnNY1BvvOcXbyDbLgShFSRN 7ssNKW+Ox6czRzHu2LpC6l8vXKjwiX2I7h9a3tv6mWp3tNtXJPLZwuqQC4/RiN07KIvOj+CAzvEck km4Sc+ccE/fslw==; 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> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 Fructidor an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la Verge-d'or 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: Wed, 13 Sep 2023 20:06:26 +0200 In-Reply-To: <874jk3sk57.fsf@trop.in> (Andrew Tropin's message of "Sat, 09 Sep 2023 14:42:12 +0400") Message-ID: <878r9alzh9.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-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -2.11 X-Spam-Score: -2.11 X-Migadu-Queue-Id: ADBF4620CD X-TUID: GiURSQfwz1EM Hi, Andrew Tropin skribis: > In some previous threads on guix-devel/guix-patches I mentioned, that we > will maintain home services for rde separately > https://git.sr.ht/~abcdw/rde/tree/master/item/doc/decision-log/0004-rde-f= lavor-guix-services.org > and thus all (most of) the home services coming to guix-patches won't be > used by rde or me personally. Despite the fact that I would be glad to > help with reviews, I already work hard (almost fulltime) on guix, guile > and emacs ecosystem in parrallel to running from the war and probably > reviewing home services on guix-patches is less valuable use of my time > both for me and for the community. Then, for clarity and to avoid misunderstandings, perhaps you should remove yourself from the Home team? I=E2=80=99m disappointed that rde/Guix cooperation is a one-way street. Ludo=E2=80=99.