From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 MN6iK8Yj6WO5XQAAbAwnHQ (envelope-from ) for ; Sun, 12 Feb 2023 18:37:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oD2XK8Yj6WNU3gAA9RJhRA (envelope-from ) for ; Sun, 12 Feb 2023 18:37:10 +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 0260322EF3 for ; Sun, 12 Feb 2023 18:37:09 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRGHj-000295-Ve; Sun, 12 Feb 2023 12:37:07 -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 1pRGHf-00024f-6f for guix-patches@gnu.org; Sun, 12 Feb 2023 12:37:03 -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 1pRGHe-0007QY-I3 for guix-patches@gnu.org; Sun, 12 Feb 2023 12:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pRGHe-0002ke-A4 for guix-patches@gnu.org; Sun, 12 Feb 2023 12:37:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60521] [PATCH] home: Add home-stow-migration-service. References: <0a8d7bce31856292baa06a08260494c0@autistici.org> In-Reply-To: <0a8d7bce31856292baa06a08260494c0@autistici.org> Resent-From: goodoldpaul@autistici.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 12 Feb 2023 17:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60521 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: 60521 <60521@debbugs.gnu.org> Received: via spool by 60521-submit@debbugs.gnu.org id=B60521.167622337410506 (code B ref 60521); Sun, 12 Feb 2023 17:37:02 +0000 Received: (at 60521) by debbugs.gnu.org; 12 Feb 2023 17:36:14 +0000 Received: from localhost ([127.0.0.1]:46576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRGGs-0002jO-Dg for submit@debbugs.gnu.org; Sun, 12 Feb 2023 12:36:14 -0500 Received: from latitanza.investici.org ([82.94.249.234]:21799) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRGGp-0002jE-Kv for 60521@debbugs.gnu.org; Sun, 12 Feb 2023 12:36:13 -0500 Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by latitanza.investici.org (Postfix) with ESMTP id 4PFF4m5nrYzGpFq for <60521@debbugs.gnu.org>; Sun, 12 Feb 2023 17:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1676223368; bh=pXZy9VchZceCOIMrd/bF08Sog41WOnUhcvs4dt/q9+8=; h=Date:From:To:Subject:From; b=qJ1R9kzOskeSuCH6jNh4jts1OAFD9pcQboD5DXgKqc5maM048Bmar1RFExLfydBJY VLViMVGxlIK/QXJ4pKlIWBUAMeFurU1h9qWm72Qg1X7+/BxA63LvWUhmJLbgUSm63C GtcKqCWORayXEaxKwXHnIoNaQDGflIrNTI/xRDMk= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: goodoldpaul@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4PFF4m4fCQz5tFP for <60521@debbugs.gnu.org>; Sun, 12 Feb 2023 17:36:08 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 12 Feb 2023 17:36:08 +0000 User-Agent: Roundcube Webmail Message-ID: X-Sender: goodoldpaul@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit 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: , Reply-to: goodoldpaul@autistici.org X-ACL-Warn: , goodoldpaul--- via Guix-patches From: goodoldpaul--- via Guix-patches via 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676223430; a=rsa-sha256; cv=none; b=RGakVrVq8Tv5FTSm6y8lCHEWRTnaXKchqIjXcYy+MhB4E8kgjFC/b+oxJFNWo6JyizMdvb Au/9D2UjxznnqABeT2leYF7EuqKAPx4Ry9XDCDvJw8aITxx8UEVxahkvHLWylcZxEI5lSR dOfYicyKREZy+RvItmmCZ2I0pQm/LI1NVR1rlINolC7pY8Wi7AF1u3ms8QF2Bg59kl/lZG Jwszuifjabg7aNX/bcW3KxE0xsiazLiS8ydmzETwrxVDjrCmx8yekPD9BYgC40AnqJMko0 8mOgyRNibVVMDM/Pjcq23Nw6MmihPvgi/5RCvPZP2igf+2MmSdnwfpaUH6x7Hw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=qJ1R9kzO; 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=1676223430; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=pXZy9VchZceCOIMrd/bF08Sog41WOnUhcvs4dt/q9+8=; b=L40N0tHw7BwKC6SC2h0ItaGJBGTyHDlyfjRumkyYh+SSFFR2RgU+x72QAAgPFSmtBcP7vI 0Nj5278vziFf59PQck6zKsD91R5DBNFjeyWZ6uybqA/eAhqZsXcvkFRMN8Fm6I5dU2nOLd USgvosrEOWiIn/quhYuT1NVsy8YTQZPLFE2rLQexAFW2MEgqOopPrrhP+qjT5wOUBL0X0k GWzNmTaGf3LFgFPN3MHVECXyco0QV3d6tJr+kZmG+Op7ofaHnYDyU1XYRiWdNBru4FHZMW sdM/SbmiVB3Rt2D5bK2fZp+PNZG7VwLIuga52cN2HbRYLu6HNk1o5zNL6P/vUA== X-Migadu-Queue-Id: 0260322EF3 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=qJ1R9kzO; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -4.91 X-Spam-Score: -4.91 X-TUID: z+BooxA3oJQm Dear Ludo, Andy and Bruno, I apologize for the delay. I'm sending a v2, I should have addressed all of your concerns: - I agree with you that this is not really Stow specific, so I renamed the service to home-dotfiles-service-type. - I didn't think about this last time, but the way I use this service is by having an etc/ directory in my Guix Home git repository. I specified this in the manual to address reproducibility concerns. - In general i gave some polish to everything. - a nice future improvement could be adding an optional flag to guix home import to have your Stow directory automatically configured in your home-environment definition. I hope everything is okay, thank you for your time. giacomo