From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UBAwOKFKPmAoXwAA0tVLHw (envelope-from ) for ; Tue, 02 Mar 2021 14:24:33 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CKPzM6FKPmDgNwAAB5/wlQ (envelope-from ) for ; Tue, 02 Mar 2021 14:24:33 +0000 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 7D896198A3 for ; Tue, 2 Mar 2021 15:24:33 +0100 (CET) Received: from localhost ([::1]:57378 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lH5wu-000645-Ne for larch@yhetil.org; Tue, 02 Mar 2021 09:24:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lH5vU-0005Gc-TI for guix-patches@gnu.org; Tue, 02 Mar 2021 09:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40621) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lH5vS-0000OW-Pj for guix-patches@gnu.org; Tue, 02 Mar 2021 09:23:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lH5vS-0001d0-Mn for guix-patches@gnu.org; Tue, 02 Mar 2021 09:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46873] [PATCH 1/2] gnu: knot-resolver: Ensure all custom phases return #t on success. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Mar 2021 14:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46873 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South Cc: 46873@debbugs.gnu.org X-Debbugs-Original-Cc: 46873@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by 46873-submit@debbugs.gnu.org id=B46873.16146949276139 (code B ref 46873); Tue, 02 Mar 2021 14:23:02 +0000 Received: (at 46873) by debbugs.gnu.org; 2 Mar 2021 14:22:07 +0000 Received: from localhost ([127.0.0.1]:52159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH5uY-0001as-Pj for submit@debbugs.gnu.org; Tue, 02 Mar 2021 09:22:06 -0500 Received: from tobias.gr ([80.241.217.52]:41528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH5uT-0001aN-7V for 46873@debbugs.gnu.org; Tue, 02 Mar 2021 09:22:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=o83KA2tveAY32krkkFYQMWpW4wEeSHodHIpdEvPF88U=; h=date:in-reply-to: references:subject:cc:to:from; b=k9+iO4Rh5XmAAi981oQuWSB+bGXRZVK3QTya2 w+Y60w3u+nhF8sUn7/GXEPuM3Gd0TLTNmbY3eAvY0AzEFBDVoPYWibgaoipXg06rsbbC/G V0+Z1OA0zjq0VBtLK7N332bksbxURzXcpQOo8hA9/kn3JnJsGxpLBfda6VI2vsN4UULLzs h7o7p8jgw6jgoSUg/yuVIjD+6OQpiipBw8nAfIRJFTbzMKWYxXCVejZo4VywBe2X85hfx6 qo8MFdwbs0eO8BE33t0YchqkiTREvF6wtjGr2rol98EsF6stXHSRZUWzVGGBLcrVDysCLf nOFbtfYoCs7UOhFri1CN6gYRw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 1b704413 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 2 Mar 2021 14:22:54 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; References: In-reply-to: Message-ID: <87tuptmy93.fsf@nckx> Date: Tue, 02 Mar 2021 15:22:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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" Reply-to: Tobias Geerinckx-Rice X-ACL-Warn: , Tobias Geerinckx-Rice via Guix-patches From: Tobias Geerinckx-Rice via Guix-patches via X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1614695073; h=from:from:sender:sender:reply-to: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=o83KA2tveAY32krkkFYQMWpW4wEeSHodHIpdEvPF88U=; b=pgzrFYGCY0iRLqUa1TiUaJu/MizeJoTQ03axmYCo1u2gQ9FCgMRiby6L4xWM23XytpQIy6 yOw93vedsNU+UposKP59Q9MA+e0nZ2QbS8/flSDmCYAg4qA+1WUzoGLupx/EyjQ4URlSDJ njVydHgK2nZF9HyuGmzwkvJAQLgommCO0Hs1v7gzSgtEtx8MFe4v4JooYEjM+6gkqvNiP6 dhpghnxtfP2NDE+6Yv77S8q0K+CjZFAWikCF5SV5UrXtTAKVra11aUpnF4MTsEbQj8BSgA LgtSPOyzOUcQ7p2FO/350ySj7mjrZEUiMYHiJDCk1kbFRX+eCWfknvOaxwDK5A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1614695073; a=rsa-sha256; cv=none; b=HNfl2qtio6+Sxk9+Ye8ru2QcUh4ACX9gvt5wGX7vOmrt8vLYXPTgwJ2HED5W7Lx+378aFR f6qXfjITb1Vi++L9tu8F0+41Gc+TgOgZowMtsNfJGklIMyfDTTu4xrx7T1JAkMuhI1ZgHZ jTB72U0Gi6r6hyzO8TwVIwHs3LPOdvY3Qr8XjkaJb5FS7nHJFM5U5qt7X2qyFHtqyRKi9O MxblBeRUFdsXGiYAZiKYsle+gmXzJJuBFREwyHASCVQrG0QZh+fUirgto6Bj9KP+NVXXEn LGp9zK6F2C0l1bsYiga+8oSN2u2fsDpg863exh70k72Ub4mGtDsMzQMl3+2PLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tobias.gr header.s=2018 header.b=k9+iO4Rh; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.36 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tobias.gr header.s=2018 header.b=k9+iO4Rh; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 7D896198A3 X-Spam-Score: -2.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7KpBUsFqCqiX Simon South =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/dns.scm (knot-resolver)[arguments]<#:phases>:=20 > Return #t from > "move-doc" phase on success. Thanks, but I don't think this is worth the noise at this point:=20 that requirement will be gone on the next core-updates merge, and=20 there will be much rejoicing. The update itself LGTM; I'll test it now. Kind regards, T G-R