From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id oHtNBZntiGIYugAAbAwnHQ (envelope-from ) for ; Sat, 21 May 2022 15:48:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QPxVBJntiGLRiAAAG6o9tA (envelope-from ) for ; Sat, 21 May 2022 15:48:09 +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 C64359B7B for ; Sat, 21 May 2022 15:48:08 +0200 (CEST) Received: from localhost ([::1]:52860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsPSh-0006Nx-IP for larch@yhetil.org; Sat, 21 May 2022 09:48:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsPSc-0006NX-Ru for guix-patches@gnu.org; Sat, 21 May 2022 09:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47137) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nsPSc-0000yW-Hf for guix-patches@gnu.org; Sat, 21 May 2022 09:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nsPSc-0000BW-Dm for guix-patches@gnu.org; Sat, 21 May 2022 09:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54293] [WIP] home: Add home-git-service-type Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 21 May 2022 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54293 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: iyzsong@outlook.com Cc: Maxime Devos , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , 54293@debbugs.gnu.org Received: via spool by 54293-submit@debbugs.gnu.org id=B54293.165314083231608 (code B ref 54293); Sat, 21 May 2022 13:48:02 +0000 Received: (at 54293) by debbugs.gnu.org; 21 May 2022 13:47:12 +0000 Received: from localhost ([127.0.0.1]:41034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsPRo-0008DZ-MN for submit@debbugs.gnu.org; Sat, 21 May 2022 09:47:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsPRn-000898-B9 for 54293@debbugs.gnu.org; Sat, 21 May 2022 09:47:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52500) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsPRh-0000qa-If; Sat, 21 May 2022 09:47:05 -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=9juZAapurCYEwYKiYLbPie28vFsD8n4QXwwnVpk85HA=; b=aZ8omKhrsz2AjdmuYXuc NUS8E8plfEJio7ankQYU6So5jGvmj5iT6bIL5+mgTcpEIK8eDlOZbfWgNjoRH9P4E91kc1fgxCJws M1xqnuwyVwvGB5VhJM/5kEIq2oB+eYLn2L1Nka5DAU3HjqBaf9NCJUQJzibHFzXTxY2PnzEgvwwe7 aOtwfE1D3sXMWzEn3s1nBZDHJKqB4peU2UiX1z4TWsliLZoyMZpt11q0sgO7yx//PUSlraCqNK4Dk 3AhIzESK1KJWOP7CJLWdY0P7277BNvDXcm2AXlTURTvSzsASFeIjJU7m7VjdwTEdDpK2QXEPNNp4v G0YCCVaeR8Q3ow==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56456 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsPRh-0007I4-60; Sat, 21 May 2022 09:47:05 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 21 May 2022 15:47:03 +0200 In-Reply-To: (iyzsong@outlook.com's message of "Sat, 12 Mar 2022 10:22:32 +0800") Message-ID: <878rqvuhew.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653140888; 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=9juZAapurCYEwYKiYLbPie28vFsD8n4QXwwnVpk85HA=; b=HNPVLHC2DxL4ysDydghpZFtpyBkWlwxptOhccyiwn0SfsjNwKAHD7G8515vDqevgAIKOAn ieWIMoF4VCVN+nCizybXAID3Af/0tlWxqloi3gPMp+DKG3VBLknZRtAV67xHv6mU3ipJe7 ghj4TZPKKujlnTQIAmHV9aT9wTY4vEdHSXDjmmYkIVNMzZ17XoR2QQhUt7vCxiKOXroqdJ 0wk8NbzUADRYjFvz/5ePTUmJclNsqIJS9otPdIk/koIh6/GylK1RR+I69XcA/gWI9BxOxb KLiI+MIPClzRYONbo1RYRZA8q1KsPTDNLWp/vOSKD3y9uvbGXOMWK6miczkztg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653140888; a=rsa-sha256; cv=none; b=JBfBaEGtsymUlZ5oxFN7GBWy0H+PJM7JZK9kU0n5LfkmLkUHnIAx9efY0rCLbw48YrMDnl 42uNMHVwgzLH1ETeVCXW/elmjWpj+WSdqCo9HvVSxDEiL1fGvYok4U5NJ3yfo0hiE+K5hV 5od4VrP6fdJ0/8Q9jaZJM64kpNUX5Uyh18qyAxnFoknS7BCsDZirVSwVot3Zz1v3jpWt3O L3UP0KpquzElg7qDp9W76dA/hz7e9AEaEJQeRB2saqeiNYPHmsPuJ7OaEFid78uV4/QQbr egos0CxDdIG3lZF4rlRxQm2K6Q5js34k3PaMDkIVqM5WzsfEqpLQDVu3hvMk3w== 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=aZ8omKhr; 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" X-Migadu-Spam-Score: -4.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=aZ8omKhr; 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" X-Migadu-Queue-Id: C64359B7B X-Spam-Score: -4.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: N5eRFqG4q3tX Hi =E5=AE=8B=E6=96=87=E6=AD=A6, iyzsong@outlook.com skribis: > * gnu/home/services/git.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. It=E2=80=99s been a while already but I think it=E2=80=99d be a nice additi= on. I think Maxime raised good points while reviewing, in particular regarding naming conventions (lowercase and without dots) and possible grouping (all the =E2=80=98user.=E2=80=99 options might fit in a single r= ecord or similar?). How do you feel about making hopefully final changes so you can push it? Thanks in advance! :-) Ludo=E2=80=99.