From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YIPpHkRtv2Jo5AAAbAwnHQ (envelope-from ) for ; Fri, 01 Jul 2022 23:55:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id cEXrHURtv2JvPgAAG6o9tA (envelope-from ) for ; Fri, 01 Jul 2022 23:55:16 +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 1658D41AB7 for ; Fri, 1 Jul 2022 23:55:16 +0200 (CEST) Received: from localhost ([::1]:57782 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7Oba-0003SC-TC for larch@yhetil.org; Fri, 01 Jul 2022 17:55:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54496) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7ObO-0003RO-Me for bug-guix@gnu.org; Fri, 01 Jul 2022 17:55:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45364) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7ObO-0002Fm-D6 for bug-guix@gnu.org; Fri, 01 Jul 2022 17:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7ObO-0008G0-CF for bug-guix@gnu.org; Fri, 01 Jul 2022 17:55:02 -0400 Subject: bug#55499: excessively large manifests due to propagation Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 01 Jul 2022 21:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55499 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 55499-done@debbugs.gnu.org Cc: Ricardo Wurmus Mail-Followup-To: 55499@debbugs.gnu.org, ludo@gnu.org, rekado@elephly.net Received: via spool by 55499-done@debbugs.gnu.org id=D55499.165671249231714 (code D ref 55499); Fri, 01 Jul 2022 21:55:02 +0000 Received: (at 55499-done) by debbugs.gnu.org; 1 Jul 2022 21:54:52 +0000 Received: from localhost ([127.0.0.1]:39260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7ObE-0008FS-CU for submit@debbugs.gnu.org; Fri, 01 Jul 2022 17:54:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7ObA-0008F8-M3 for 55499-done@debbugs.gnu.org; Fri, 01 Jul 2022 17:54:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40730) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Ob5-0002Ce-8A; Fri, 01 Jul 2022 17:54:43 -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=+Ya8mNl/iW1A+Ohmqk4BwiKcDG/7Qw+WySdGnyIx0Kg=; b=eH9gRW5wZ1IIe9qn+pxG 04TiVUOkNRdJnnEzUaRyE0N8HnqbXaeBdPk8VwUH/A5wjYDEl0/iLX1fd3N7v5kffIHUh18FFfRH9 q2vhWf53vJyNBSP7SkW0Tfix8IXtiRkpqsER8gTxuvTIoxB54y1sA0LdUdAX2/4ReI2izoorSkydJ oGZc5XbYwBaytVZqwvWiZQEqgJ12t3JNziRysCAIXlexORSpcjKxMwatRRnwkpoxCmJukXB0efLhI adxMECu7AvPgNd9/+geiaOWgoVF5VntHu9oYg/n4jJn1hVNiVlqCtsF5EpclZ7gBQhttDuEzJEE/8 TJJSEgJMbShfiQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60994 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Ob4-0005tZ-Rk; Fri, 01 Jul 2022 17:54:43 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sfp7kkim.fsf@elephly.net> <20220531160916.21508-1-ludo@gnu.org> <87a6afoh9z.fsf_-_@gnu.org> Date: Fri, 01 Jul 2022 23:54:41 +0200 In-Reply-To: <87a6afoh9z.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 14 Jun 2022 09:06:48 +0200") Message-ID: <878rpc33dq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" 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=1656712516; 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=+Ya8mNl/iW1A+Ohmqk4BwiKcDG/7Qw+WySdGnyIx0Kg=; b=hCFvC5KV5EGk9sxWiV+pQiJdLhteAtpeYQfyvmK/rSrgtnUCLB80a6EOGECrWHOw6RE2sJ P0/zrRHL9/sUbxMmsgoCefA7G7qTT2EP7BcZpGVSuvOSD8d8FA83bwHILYF6txNWllUlK3 FVUXwY5RtavcRhABUkkwMcg1wjH/+f2LxWvakqAlMLyDdzLZV+bmFUbEkrJyHSHGpwZj0F 804n1UguCUqdzGMPUhnuahoirYojGWrc7Ed+44fBRe6r7qRPROFxiib6j3lxM5xYbOOyIT VTJmn5+bxikgrTA25OSVU7aTJKZ765M/fxX6oVNCB4Si5Qe3/5/E7OBcE0mKeg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656712516; a=rsa-sha256; cv=none; b=Y+tN6JxhxqUWdanltGLfrUEt7BSAGvwy+GGhnAcy0hf+pYM+X1F1WxWZTFNsqRt00UpiE/ Oidbe6OviKHXyQ2EFZaMfKDjN18ycE/jC02Dz93Ugbj4EbN++eM0PenbJ9LrXE7JVOc2qR +TaJrjooVGaWATBbNQKNWZT86vv30NQ7dV5t8DNmoRuiiZ/U8CYnCQdHzeCuYCXQcY3LEo Q5q389dlNPH4oHyt8aSMj2NRy/pC810SGe2UgLVK6kYsm+ZkOyR4wAv91/rxJJ7y/u0NhW /ivMDOXwP4k6lp7UtepWgAXxs9AReEPwGWtBJNm8khRjP5VpvBIlLKBnz4koXQ== 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=eH9gRW5w; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.95 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eH9gRW5w; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1658D41AB7 X-Spam-Score: -2.95 X-Migadu-Scanner: scn0.migadu.com X-TUID: 1F0kl9dLnGgX Hi! I went ahead and pushed it as 4ff12d1de7cd617b791996ee7ca1240660b4c20e. Ludo=E2=80=99.