From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id aL+9H3xFcWYe+gAAqHPOHw:P1 (envelope-from ) for ; Tue, 18 Jun 2024 08:29:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id aL+9H3xFcWYe+gAAqHPOHw (envelope-from ) for ; Tue, 18 Jun 2024 10:29:48 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=NVlMHunJ; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1718699388; a=rsa-sha256; cv=none; b=IR1WqG3gMURnDHm8R9EjVGRIFta9eg9NSHqAL7LunVAbvDI1baBnUYW1eUIjuUZuDcyL7X rVWg/2J+f2zgD7sN8vc6y5Sz7hBaDvBVZ1Fu4GpBSeS3KGR1t2JYMkypAlA4ioJxknDi33 LVdW10SmFBq50pb/ZF43WK+AJ0F4lJcuexJM6hZwJMDn8FYAMH28xSl0/UCvUyUMLE1wJq MVkW0ptYGk2+12trUQT1rwRAfdcUIS5CdFm0+cvriWTb1uF+ZtRK4weThUSX3dLt8++lhw zRxXnGin8+kIC404ydxE/Ve08mswDTdl2R+cwWMpT5DPq9VWBo9uQgFTEjIy+w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=NVlMHunJ; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1718699388; 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-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=uu39klQcl2WnjcBoGuhLun8TI3b6LgtQ/nURIiR2WFU=; b=qZYwdKQNb6UjrqfZ5bkxdxbT6uLK0iR5QqrXxBT+JGRe3ew+SwF8qR3APumB5+iUb4h2JT spy52lPDXnsPf0XKK6RiXQxz/l3ydw9AlskGYPO6yZiETVLTsjSVW4Q1ReepoRAAyBAZRv 8xWaPkeA4RdYBgNuqQtdSl3/6IOHCvCawm1gqBSLtYs/wlfZ9RSf7pBPAhjbX5otoRUa0x or9ySm+qs/FFoh4oz/F5jOOp9amnH3iMzXrO8HGSVLcMfQ3AQoyZnIOuQ7M6nZQOojrlmA xWiuMurYm19KGH4iaK2RAJJImnIpEuhmPycwVPHvgQh/VNpLJwQhai/vYPN3SQ== 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 3F5606EF1F for ; Tue, 18 Jun 2024 10:29:48 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJUDM-0000dp-F1; Tue, 18 Jun 2024 04:29:16 -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 1sJUD7-0000Xy-LI for guix-patches@gnu.org; Tue, 18 Jun 2024 04:29:03 -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 1sJUD6-0001K9-4K for guix-patches@gnu.org; Tue, 18 Jun 2024 04:29:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sJUD8-0000nB-JI for guix-patches@gnu.org; Tue, 18 Jun 2024 04:29:02 -0400 Subject: bug#71072: [PATCH] gnu: rmlint: Use default scons. References: <20240519205932.24959-1-ngraves@ngraves.fr> In-Reply-To: <20240519205932.24959-1-ngraves@ngraves.fr> Resent-From: "jgart" Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 18 Jun 2024 08:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71072 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71072-done@debbugs.gnu.org Cc: Nicolas Graves , Maxim Cournoyer Mail-Followup-To: 71072@debbugs.gnu.org, jgart@dismail.de, ngraves@ngraves.fr Received: via spool by 71072-done@debbugs.gnu.org id=D71072.17186993102989 (code D ref 71072); Tue, 18 Jun 2024 08:29:02 +0000 Received: (at 71072-done) by debbugs.gnu.org; 18 Jun 2024 08:28:30 +0000 Received: from localhost ([127.0.0.1]:41576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJUCc-0000m9-1Q for submit@debbugs.gnu.org; Tue, 18 Jun 2024 04:28:30 -0400 Received: from mx1.dismail.de ([78.46.223.134]:21899) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJUCX-0000lR-Jq for 71072-done@debbugs.gnu.org; Tue, 18 Jun 2024 04:28:26 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2176457a; Tue, 18 Jun 2024 10:28:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc; s=20190914; bh=uu39klQcl2WnjcBoGuhLun 8TI3b6LgtQ/nURIiR2WFU=; b=NVlMHunJE1mbhDq3G0uX2sb4YDnbWHnG4kNO2B rhx3nkrvcA4pi6NC8653U7gj4s9zREACbKa8n8+XbXslS7jYn+pkjQI8nr0v/lQy 4aSPlJVlC/0XF2ahw0qr7M3apgcCXZhnu6CFe7AXt5wIMwgY1uUYKwCpIcqSBABX bsqNPnV9LDHqWFTOFo2Bg7ShLgmMQthn2MJu4HfFaTeddHgXyE+WtpoufmWdCHH/ Xc0jYpSJEbqBqcQ4zBG24RlWF8RJAssIXM3kECzV1HUSJo5ZqJcQRZ6TQmJk2Bo1 +uGUuG4F1VTcEAw5DhhXy8ZEiqvdINTCugFQmJ0D8x5AWfDQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id f6042d81; Tue, 18 Jun 2024 10:28:13 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 61ef6fba; Tue, 18 Jun 2024 10:28:13 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id f9a0d868 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Jun 2024 10:28:13 +0200 (CEST) MIME-Version: 1.0 Date: Tue, 18 Jun 2024 08:28:12 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: TLS-Required: No 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: , Reply-to: jgart X-ACL-Warn: , jgart via Guix-patches From: jgart via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.96 X-Migadu-Scanner: mx12.migadu.com X-Spam-Score: -6.96 X-Migadu-Queue-Id: 3F5606EF1F X-TUID: YuByiZmnWDa6 Applied! Thanks, jgart