From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0GrxHi0KNmN6rAAAbAwnHQ (envelope-from ) for ; Thu, 29 Sep 2022 23:12:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id MPUBHy0KNmPxfAAAauVa8A (envelope-from ) for ; Thu, 29 Sep 2022 23:12:13 +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 49BDE3D981 for ; Thu, 29 Sep 2022 23:12:13 +0200 (CEST) Received: from localhost ([::1]:52356 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oe0pI-0000MN-Fi for larch@yhetil.org; Thu, 29 Sep 2022 17:12:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0p9-0000LX-SO for guix-patches@gnu.org; Thu, 29 Sep 2022 17:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40738) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oe0p9-0007cy-KV for guix-patches@gnu.org; Thu, 29 Sep 2022 17:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oe0p9-0000hU-Fd for guix-patches@gnu.org; Thu, 29 Sep 2022 17:12:03 -0400 Subject: bug#58032: [PATCH] transformations: '--with-source' now operates in depth. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 29 Sep 2022 21:12:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58032 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: 58032-done@debbugs.gnu.org, 43193-done@debbugs.gnu.org, philippe.swartvagher@inria.fr Mail-Followup-To: 58032@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 58032-done@debbugs.gnu.org id=D58032.16644859192661 (code D ref 58032); Thu, 29 Sep 2022 21:12:03 +0000 Received: (at 58032-done) by debbugs.gnu.org; 29 Sep 2022 21:11:59 +0000 Received: from localhost ([127.0.0.1]:39812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oe0p5-0000gm-3j for submit@debbugs.gnu.org; Thu, 29 Sep 2022 17:11:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oe0p0-0000gS-Ju; Thu, 29 Sep 2022 17:11:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48148) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0ou-0007ag-CQ; Thu, 29 Sep 2022 17:11:48 -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=udfsfqHqakYzfDRKb7iwpRyJu1NDpFw9sGity/Gi6ck=; b=BRQFLTkaujpKNUg5Jwme uhbjMNACeopydyAPylXweifmShRzqIszNdn65UuM/eZV5IDMKengqLqSQj91oDQCAnH5+JXF7otdC xkNvXCnYt2JBEDo+jvq9/tooL3mF7OV3WPb4bxqOPLqVTk7JIG+hizpGEgrpsBFfsHI7z8KNXXNts Z7WoqrtZh3Sy5bCKOuCNevA1EGWio7YPOkKnXGuGRUerHtexqThSQED63oSRO/FuZ1f6gSCgFAt8D yz/Tm+e1d+YeR9HMWMxnLxGZC61iEPDG8lt1Ql//z3RPRt7fzzUMKt8SASBTf97gAkz8WMbr5mVyp byezaQSeWUhOtg==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36308 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0ot-00076n-Pv; Thu, 29 Sep 2022 17:11:48 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220923204208.31957-1-ludo@gnu.org> <87fsgbwiog.fsf@gmail.com> <87h70qcuob.fsf@gnu.org> Date: Thu, 29 Sep 2022 23:11:46 +0200 In-Reply-To: <87h70qcuob.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Thu, 29 Sep 2022 13:00:04 +0200") Message-ID: <87edvt997x.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664485933; 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: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=udfsfqHqakYzfDRKb7iwpRyJu1NDpFw9sGity/Gi6ck=; b=WmIoRsN5e1Bfd+3wXD8/M4yUZ8vGDlL09qJBLjDry5hYP8zcYbqpJaFwFPbAKad12I2IVZ A+x5UvpCXwFIFiwOZKIT+KerIOySMIRJMOH1rOz3Ssm47KS9weH91GmKLiAty1leKC00CD 8FV4La1rJEOhF5D+svadYrEFtSKseQGDeLkoGpzTzGZKcTfQiep+cuv0308YnJN96m3Eay UiDJ/NuOD9dxHDsE1f8OMI78hxZjUjqaKUgpwULfl01jDRyD+vfuoYoxRgw38UO/9rgH7B DC7Mrg4KHGL6i8ECWqUVIIapd0sGsT/AnvxEyM+8+NQgReQ3SwPzSPn3IpgVqQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664485933; a=rsa-sha256; cv=none; b=QuMTexoIW9UWYSY5PwKuVZ1A8JDjzQS/ekVVSpI7iTYiqnWcciGF1Q7QDrByVnviKXhHah OyqrFhUAIRJJhkWMQNKUlCymnSFRRFERbjQHbAFlbEdOjWVZQqk21fISl7CmqXhFItGovK pIbrsneVY86fPhL5Yx6NzcIYuy4i6NWzx+0X0TdemY/5wzM5B+cMM++kQWO/UbjmArt/UM H7ere07pDli1597d8tUhpMSu4JfsXHXxpHPuPVNFBspTOclcWkVWjX76iRqov4M8/B6eRp sR1lbzSI6Wguk30sPcJE74Jo1/9WMSZW+R0+8SdHh7RNJbjtt9aMmuFW3DUMlg== 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=BRQFLTka; 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: -0.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BRQFLTka; 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: 49BDE3D981 X-Spam-Score: -0.74 X-Migadu-Scanner: scn1.migadu.com X-TUID: hH551lCGGaoD Pushed! 4244f5e9a7 news: Add entry for '--with-source'. 28ade1bab2 transformations: '--with-source' now operates in depth. Ludo'.