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 KAHKAiR/fmKFDQEAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 17:54:12 +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 wEfOASR/fmL0VQEAG6o9tA (envelope-from ) for ; Fri, 13 May 2022 17:54:12 +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 9D8153F817 for ; Fri, 13 May 2022 17:54:11 +0200 (CEST) Received: from localhost ([::1]:39096 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npXcI-00041I-Ke for larch@yhetil.org; Fri, 13 May 2022 11:54:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXcA-0003zX-Q8 for guix-patches@gnu.org; Fri, 13 May 2022 11:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50875) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npXcA-0001Y6-I1 for guix-patches@gnu.org; Fri, 13 May 2022 11:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npXcA-000684-HP for guix-patches@gnu.org; Fri, 13 May 2022 11:54:02 -0400 Subject: bug#55352: [PATCH] doc: Add "Writing Manifests" node. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55352 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "pelzflorian (Florian Pelz)" Cc: 55352-done@debbugs.gnu.org Mail-Followup-To: 55352@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 55352-done@debbugs.gnu.org id=D55352.165245721823505 (code D ref 55352); Fri, 13 May 2022 15:54:02 +0000 Received: (at 55352-done) by debbugs.gnu.org; 13 May 2022 15:53:38 +0000 Received: from localhost ([127.0.0.1]:44770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npXbm-000673-G4 for submit@debbugs.gnu.org; Fri, 13 May 2022 11:53:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npXbl-00066m-6e for 55352-done@debbugs.gnu.org; Fri, 13 May 2022 11:53:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXbf-0001VK-Qq; Fri, 13 May 2022 11:53:31 -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=p6e4C93edV4+fz3DAJbNXaxY14bODvLWoX92bUhJPQo=; b=EHBzari2orUkCciMMJ4m kEjoLKQ+AWugI3c/yrjncdW5Tk6fInGxbt4DMAjW8fVTtRsuQYeo95QxW1aaWp/sfyOpavk8hVcix zMK7ZDDZPXc73Q1bTT2gJj2LCxj9DAW7JRABKaS9X28d+vcby5KUVsqPxcroJZEQY3A6HEkPSAo8U SQeIAWdNL9UA9ga8JNSfKyxVnAKq9WVhSlvbOGYdJQWvLIImsr6RvF7EK0iTqJoszIlViAvAZiOfD xOPOV1nXj2FtbhcvDN7Yjr5/yalG14OwkcF/9N1FjewE71QG4zMxCMa7UYNln6lVB7w/U50OAMKtx AbwSj1Xrt9x8Jw==; Received: from [193.50.110.244] (port=52722 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXbf-0000D4-4F; Fri, 13 May 2022 11:53:31 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220510144407.24994-1-ludo@gnu.org> <20220510165221.cdochhtpgki2pca7@pelzflorian.localdomain> Date: Fri, 13 May 2022 17:53:29 +0200 In-Reply-To: <20220510165221.cdochhtpgki2pca7@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Tue, 10 May 2022 18:52:21 +0200") Message-ID: <87ilq9fmyu.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=1652457251; 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-to: 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=p6e4C93edV4+fz3DAJbNXaxY14bODvLWoX92bUhJPQo=; b=pVkM2yml1CGJuD5VmMnLbB69KdhGvp4cyOijBteWZJTmyGCXZ8hWQYqrUo3DMDjsR2EQ8R qRUF+MY2nlgoxuF/0OwwWOlHpAej2J0Urwl+wtpaQVLEGLGZCAeN4geO/GnKekm0QMzZ8B xV0/4CFSTy1LSew4iQ+6NAHsmzj+lYoDfdFBXX4KZ63jcs2oaMW77FTSNfdBEfWcyWNCzD +Ar9d52EcPpqHzCpnM5aig0fswvUUNTck2bF7NVWaGorOt7joBEAaJJkiuMv3saZC/7X0a YaAepKxxmSIvvlkOga98fQbrk6pWcdC2jJ7vHxTMFjfMX7LQNyhK5iXC5lCs4w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652457251; a=rsa-sha256; cv=none; b=AJrYLu6SAQtDI+18r/glqY4k70ablAIccdx95Zpg/xhm4WJ3EDGiI7DiB6b1ghkXL21+s6 qE9KDLiOC+dXgiVzD9bDZrgkCq0oDp+fg+/dbX53JcFeZW+4rCrkUW8JyrEQt+r7edgYqn B8bYOz94uG+jiEL498gwTGtiplKM6Fyj6Oy30frXyFAhqKP6gHjhRvAvU4oxAlGc6m3CVL oAbW/IVVvzC4fDZN7l4T3bEdE23kSBPKtBaShwyjQNYsZx5N8RqFOMhjKYm2FQt5EKVCoj k7cuz8A9B8P07AdpOq0zoeIHHx9LUy5oPosaF1qUSQh7zz6DUP3DnGzrfCDNRw== 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=EHBzari2; 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.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=EHBzari2; 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: 9D8153F817 X-Spam-Score: -4.53 X-Migadu-Scanner: scn0.migadu.com X-TUID: 8a7AOP2VEV66 Hi Florian, "pelzflorian (Florian Pelz)" skribis: > On Tue, May 10, 2022 at 04:44:07PM +0200, Ludovic Court=C3=A8s wrote: >> Here=E2=80=99s a followup to =E2=80=98--export-manifest=E2=80=99[*], fin= ally documenting manifests >> for good. There=E2=80=99s still a couple of TODOs left, but the importa= nt bits are >> there, with a number of examples. > > This is a valuable change. LGTM. I can spot no typos. I have not > checked if removing the @findex is problematic. Thank you! Thanks for taking a look. Pushed as c99c3d11cdb05a2efc0950f0a50bfcb3fbbba2c7! Ludo=E2=80=99.