From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kH4COsF8A2TrZwEAbAwnHQ (envelope-from ) for ; Sat, 04 Mar 2023 18:15:46 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KAwKOsF8A2SFxwAAauVa8A (envelope-from ) for ; Sat, 04 Mar 2023 18:15:45 +0100 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 AEDC82C384 for ; Sat, 4 Mar 2023 18:15:45 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYVTa-0002Qm-Mi; Sat, 04 Mar 2023 12:15:18 -0500 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 1pYVTQ-0002Ns-9y for guix-patches@gnu.org; Sat, 04 Mar 2023 12:15:14 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYVTK-0000dX-0b for guix-patches@gnu.org; Sat, 04 Mar 2023 12:15:08 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYVTJ-0006Xe-M2 for guix-patches@gnu.org; Sat, 04 Mar 2023 12:15:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61483] [PATCH 0/5] Some basic Home Shepherd Services Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Mar 2023 17:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61483 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Jan (janneke) Nieuwenhuizen" Cc: 61483@debbugs.gnu.org Received: via spool by 61483-submit@debbugs.gnu.org id=B61483.167795007825102 (code B ref 61483); Sat, 04 Mar 2023 17:15:01 +0000 Received: (at 61483) by debbugs.gnu.org; 4 Mar 2023 17:14:38 +0000 Received: from localhost ([127.0.0.1]:37617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYVSv-0006Wo-OF for submit@debbugs.gnu.org; Sat, 04 Mar 2023 12:14:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYVSt-0006Wb-Ls for 61483@debbugs.gnu.org; Sat, 04 Mar 2023 12:14:36 -0500 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 1pYVSo-0000cD-Cf; Sat, 04 Mar 2023 12:14:30 -0500 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=s5iC9wD02+Y0Vx75RfMrMHufaeyj6XOfBjKZsUHnTYo=; b=r4jygwC+HAQHnq9WiboF MjA6e/5cwuWTE13hMn6z9OemtHqWsFUDGUF5KYnzaMF93ovsckFH0Oje0pskBC+SMKgJTBzBzXF2X /RXPlbJPbROgeeczlOnAomsHPWtp07TBzdjDv4dVTZEyEALp9GLiRgWn5rKeha8OgFvkLiMxDMzSp KZ4anFo4ohD+OKNVDjj3RaazmGYagY2VEt4pokwbgsNsBFEG7hThEXUO5040P1AyHCwNrEgII2xDZ wt4LRdzm/jMvjIaQfD7UwuJGocw6MNQxbv33v9Fern/cJrOIQ4LWACIm40KymwbjEB355saauHVep MR2Bk8d5Mdyttg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYVSn-0005fd-Nl; Sat, 04 Mar 2023 12:14:29 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230216155355.11106-1-janneke@gnu.org> <20230216155355.11106-5-janneke@gnu.org> Date: Sat, 04 Mar 2023 18:14:28 +0100 In-Reply-To: <20230216155355.11106-5-janneke@gnu.org> (Jan Nieuwenhuizen's message of "Thu, 16 Feb 2023 16:53:55 +0100") Message-ID: <87edq4qw0b.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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677950145; a=rsa-sha256; cv=none; b=X9S9UmPqn517+JIrbBR+aUwdfXHgFmmJgNit4vFCqG839PPInVvytj0PTJPsHPo+JYwHT0 6hPDvugid+FloO+1AhxGd0LMtrLd+ShNKmcWLxq28pPrP+xQ6dJNnBDvJ+pS137wnQDt83 oRYsfzELn7xOETTjoY2kXJy3mvgeTROCHLnVaS9mLsNWGmUhIVkPMPaEAAkLRSDEF0KKD+ xPdM3+PvnqXRIk2ay363zI7zHDGBqhJeWnJMQPEE8/Y3C6Wlxp6XIIcO+ppfpn18lYuysz K7gmcVjGca9lyfbjROeATG7f2Lo42+RPrByzLRsdj/CCHVCEjCS20KLHnSt8ww== 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=r4jygwC+; 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=1677950145; 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=s5iC9wD02+Y0Vx75RfMrMHufaeyj6XOfBjKZsUHnTYo=; b=eWka+LDDeoNZYsvFuLPKzaSpGvLTwNDhb09BsTOTyXT4pq0RPmMHP2fHZjTbJGYh7szhZW 5PqDTFBtX10rDU/75pkO0Cg+Xc4bdVO0Ji29wnx8wHVL05s3lRQmT8r5Ui5pvLn+G1+eIL tAXQ/0O8cfjfjXyP1qrBErF0phXUX3VndI4T/zwFTWQT9X7/xLNKcwQfCoCEGlRW6Uvcst dCJRyfhSd9leBpliwygmIGd85s9yaWa9lHdMjVvXvxczueYXLgkskMIbNK8m9YJSRxUVAQ 4+q11OVypDWbcdLDg2T9CgQ4y3t69DVB/fYNFX2PISNBwSKhywLWpd/Auu2MwQ== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.10 X-Spam-Score: -4.10 X-Migadu-Queue-Id: AEDC82C384 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=r4jygwC+; 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 X-TUID: T5QDrVQ0k8bP "Jan (janneke) Nieuwenhuizen" skribis: > * doc/guix.texi (Shepherd Home Services): New subsubsection. Oooh, I totally overlooked this. Overall I=E2=80=99d suggest documenting in the patch that adds the service. That way, each change is self-contained, which facilitates review, etc. I would suggest creating one section per type, roughly corresponding to the (gnu home services =E2=80=A6) module: =E2=80=9CMedia=E2=80=9D, =E2=80= =9CVersion Control=E2=80=9D, etc. For SSH there=E2=80=99s already =E2=80=9CSecure Shell=E2=80=9D. Also please start each service=E2=80=99s documentation with a couple of sentences giving context and possibly an example, similar to what=E2=80=99s= done for the existing Home services. Could you send an updated patch series, maybe leaving out git-daemon until we figure out whether/how to factorize it? Thank you! Ludo=E2=80=99.