From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 6PbTH0Y0HmbHfAEAe85BDQ:P1 (envelope-from ) for ; Tue, 16 Apr 2024 10:18:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 6PbTH0Y0HmbHfAEAe85BDQ (envelope-from ) for ; Tue, 16 Apr 2024 10:18:14 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=ex2J9SNM; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713255494; 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=GUZygzsAPadAdUx4PbWVlGy82+WlZtuhWyZYLt//t48=; b=deGrzMomxyAWZl04Ukx1k4bNhIWgFDv1s5idnNHtziilB2c+2XjWI1skLFgiwXVsR2/r2h lxMsl2eWfRC7rNCVF4cobavaz9JA5h7sNQbRq+yzbY05uf85f7eL6Aa+P4Vy+ICstwdPzL RMs/SUZ7sJKYf5ZhkSsv2QIaLiKtQVzQbnNFWudYp73cCatxVoVx2bhLOJ6NsggCLp7+l1 m9MKnyX/5xAT4zRUkB8DLlijNcSTcYkjbUst4OF1kgY4K+3Pg8PpOajGytKC2ioMk4fMx/ 7wjpBDFAKNUVu5HUlVGXYFkLuGYlkBrYX2LQnXywcyNv+2WzmqGjshr5dc5vZw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713255494; a=rsa-sha256; cv=none; b=SFTdfLf2yHjycjoOqlWZfZcBONvPHLsPUdPsWi34aSCHuljj9NfdiSB6trrQ202jaQuKcb DCfv1AYA2+kBZSaaMCA4rxmO4yIwefh7j1C1qN4QUKQRFGcxxI5pGNcIpXz4fC1l2lnMP+ M3MyiM+ccSKb8fFUm0EO9IQdlEHUTLGakaJqcdosjiEW6THyEkO6AC6H0MTEuq7jL8Xh+x WB4ers8tH+muTfslprJgZ6aUQUKiwvTlVMBZG1mmDV4YwVogegtc6ovI51kZ08YLyjx1oJ ZO3K6IanJLn5FkyJtcysMQa0d8hHHmdIWPy/ulwC0ObbhX8fWwBtUAGRX2GT8w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=ex2J9SNM; 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"; dmarc=none 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 629E7142A6 for ; Tue, 16 Apr 2024 10:18:14 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rwe0q-0004Gs-Tg; Tue, 16 Apr 2024 04:17:56 -0400 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 1rwe0o-0004Ge-9w for guix-patches@gnu.org; Tue, 16 Apr 2024 04:17:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rwe0o-0005te-1A; Tue, 16 Apr 2024 04:17:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rwe0v-0002ai-Vd; Tue, 16 Apr 2024 04:18:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70353] [PATCH] pull: Add fine-grained control for `guix pull --allow-downgrades`. Resent-From: "pelzflorian (Florian Pelz)" Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Tue, 16 Apr 2024 08:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70353 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Rostislav Svoboda Cc: dev@jpoiret.xyz, zimon.toutoune@gmail.com, othacehe@gnu.org, ludo@gnu.org, me@tobias.gr, rekado@elephly.net, 70353@debbugs.gnu.org, guix@cbaines.net, guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr X-Debbugs-Original-Xcc: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr Received: via spool by 70353-submit@debbugs.gnu.org id=B70353.17132554458368 (code B ref 70353); Tue, 16 Apr 2024 08:18:01 +0000 Received: (at 70353) by debbugs.gnu.org; 16 Apr 2024 08:17:25 +0000 Received: from localhost ([127.0.0.1]:42441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwe0F-00027i-OY for submit@debbugs.gnu.org; Tue, 16 Apr 2024 04:17:24 -0400 Received: from relay.yourmailgateway.de ([188.68.63.98]:38975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwe08-0001zM-1A for 70353@debbugs.gnu.org; Tue, 16 Apr 2024 04:17:17 -0400 Received: from mors-relay-2501.netcup.net (localhost [127.0.0.1]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VJcMZ1Dfbz63Pv; Tue, 16 Apr 2024 10:16:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1713255418; bh=kxcG5tLfF/nhCWBHAGexiGFmBHDFJZyq6dGz9zqr6Uc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ex2J9SNMDK+FBZAK58jsxm/n2UQWhFJr3xeQS0b5e1K2ebbUhUQ0ifowCRLu1126S JP7vbKXy5YV4ENkjnwULj6o+/v7XiAdKdskN3Hod6ClXOibQcIUR97IvEcD5mZyE8j BkDmElvL1acquSagjp/I4I7mPvIBViqXz44U9F/RMTa6BgrmGLU/SccNhbVm7vKsGo O2KXFQrDxkgIf/Gaw6IBjPkXuQgTx0LFc+1anOt6NBXvr5Gxy4tpRg1eAYRAQ/UeCe qvmBH7wHbq96yJ9drqHZlhnq4VihKu7UqJU9SmTIEVGEEg7OiKk5j48tKjcpM88sxC Vhr88+5M6qSeQ== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VJcMZ0TwHz4xZX; Tue, 16 Apr 2024 10:16:58 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VJcMY0rCnz8sgS; Tue, 16 Apr 2024 10:16:57 +0200 (CEST) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 44CAA819CD; Tue, 16 Apr 2024 10:16:44 +0200 (CEST) From: "pelzflorian (Florian Pelz)" In-Reply-To: (Rostislav Svoboda's message of "Mon, 15 Apr 2024 16:43:21 +0200") References: <3dbbb59fdc650a20a0eb853a0d30aaccae1beae5.1712927299.git.Rostislav.Svoboda@gmail.com> Date: Tue, 16 Apr 2024 10:16:43 +0200 Message-ID: <87sezl90yc.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 44CAA819CD X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: 3mr1hHiX1unljbpdCs/GqaO+/M/Md7pWTprbinW9OfWtnVLwrAqOwR8K 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.87 X-Spam-Score: -3.87 X-Migadu-Queue-Id: 629E7142A6 X-Migadu-Scanner: mx13.migadu.com X-TUID: +4rOMwJiJ6Nz Hello Rostislav. I=E2=80=99m the wrong person to judge Guix core patches= =E2=80=99 implications. I have run ./pre-inst-env etc/teams.scm cc-members \ 0002-pull-Add-fine-grained-control-for-guix-pull-allow-do.patch which fails, so I run format-patch again and it no longer fails and I Cc=E2=80=99d the listed people now. Otherwise, I can say that in comments and doc/guix.texi changes, you should put two spaces after sentences (typewriter sentence spacing). I do not know if core teams maintainers are fine with putting procedures in cons cells given to channels-with-validations, or if you better use symbols, but I cannot judge really. Regards, Florian