From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 06 07:49:57 2023 Received: (at 60112) by debbugs.gnu.org; 6 Jan 2023 12:49:57 +0000 Received: from localhost ([127.0.0.1]:53983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDmAX-00088n-0N for submit@debbugs.gnu.org; Fri, 06 Jan 2023 07:49:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDmAU-00088b-EG for 60112@debbugs.gnu.org; Fri, 06 Jan 2023 07:49:54 -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 1pDmAP-0003PK-4r; Fri, 06 Jan 2023 07:49:49 -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=zficu7W/5KzaFv4FKHEJZee54gZ4ngF7slDMXvoFrvI=; b=sTTRspOXHs0O2tVFAm78 txpMboBRV5fm7WgJZQFIv7hoQ9y57h2MMlaLWfgGAHnGs4oQAAi/oLpNxbaFczwK9lqKbY/0cHta1 IMOl1IpKeTkFHyvz1UVyoIcnbDlbOPeCpc80++PD6cuZXENX8qOcjjlgtSS9B3+DhUZkX1gsWLb2w igZgEptrfaedlywBZGEk86emodb8q2lPVyAi8IltTqblbyb3ttSjshnYMRK9gRt/8jrMfQ2Anq7Ny A0z8KTPrx8FgajrtJmoDVXfw8+AnELU6FcEuo++di//3ThIK8wjsTDGYzrhuNMk3bxbLbxrWM9t8T DBbP15BkpoMHIw==; 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 1pDmAO-0000j4-8z; Fri, 06 Jan 2023 07:49:48 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: John Kehayias Subject: Re: bug#60112: [PATCH] website: Add post about guix shell fhs option. References: <877cyrlsep.fsf@protonmail.com> <87lemvujbo.fsf@gnu.org> <87wn635iw7.fsf_-_@gnu.org> <87fscrb4ks.fsf@protonmail.com> <87mt6y616t.fsf_-_@gnu.org> <87h6x6jivq.fsf@protonmail.com> <87cz7ujh0b.fsf@protonmail.com> Date: Fri, 06 Jan 2023 13:49:45 +0100 In-Reply-To: <87cz7ujh0b.fsf@protonmail.com> (John Kehayias's message of "Wed, 04 Jan 2023 18:23:38 +0000") Message-ID: <875ydjzv2u.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60112 Cc: 60112@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Howdy, John Kehayias skribis: > From 79eed4b16c56adbdfddd5f516c793599d54d8d4f Mon Sep 17 00:00:00 2001 > From: John Kehayias > Date: Fri, 16 Dec 2022 02:22:17 -0500 > Subject: [PATCH] website: Add post about guix shell fhs option. > > * website/posts/guix-shell-fhs.md: New file. > website/static/blog/img/guix-shell-fhs.gif: New file. Wonderful. It=E2=80=99s on-line now, spread the word! https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes= -to-guix-containers/ Thanks for your work and for your patience! Ludo=E2=80=99.