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 kAE5HGNQe2LEyAAAbAwnHQ (envelope-from ) for ; Wed, 11 May 2022 07:57:55 +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 MHZDG2NQe2KRDQEAG6o9tA (envelope-from ) for ; Wed, 11 May 2022 07:57:55 +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 15B77437F1 for ; Wed, 11 May 2022 07:57:55 +0200 (CEST) Received: from localhost ([::1]:59814 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1noewq-0002qu-3m for larch@yhetil.org; Wed, 11 May 2022 01:31:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noewE-0002Zn-O7 for guix-patches@gnu.org; Wed, 11 May 2022 01:31:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41735) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1noew9-0002ol-W3 for guix-patches@gnu.org; Wed, 11 May 2022 01:31:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1noew9-000308-Tk for guix-patches@gnu.org; Wed, 11 May 2022 01:31:01 -0400 Subject: bug#55298: [PATCH 0/1] Do not propagate cwltool inputs. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 11 May 2022 05:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55298 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 55298-done@debbugs.gnu.org Mail-Followup-To: 55298@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 55298-done@debbugs.gnu.org id=D55298.165224703711497 (code D ref 55298); Wed, 11 May 2022 05:31:01 +0000 Received: (at 55298-done) by debbugs.gnu.org; 11 May 2022 05:30:37 +0000 Received: from localhost ([127.0.0.1]:35630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noevl-0002zN-89 for submit@debbugs.gnu.org; Wed, 11 May 2022 01:30:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:44108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noevi-0002zB-90 for 55298-done@debbugs.gnu.org; Wed, 11 May 2022 01:30:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ek26YlpCF46ntiWDl04+yVJM0OfZ/NsY6bTOTuC7nHg=; b=XY5RDSMBUKQ82vHKZyFJPoIfvN WE+2/baLaopk4Aqd5nQnCqODoltZnIXLzqxGlhIuVJAqlZCNmcMwu3F4QgaUNFufmk2MnNZQVa6Nn pF/w/rD02hOwxc9d/vEsSstriM99vvzm9mvw2IDzBZtxMpYcIu3IawVbJ3eUG/8sBMKXj/gSd6BSI iKSIEd5X4Bxbp6l0IjNkC9pzw4hEEPY/2RF+xVyR422A4dQRjUBZR9jiAW2rOy5bGuw8/EhUprZbg r5W2AocHYQim48BCcRhpL3pCgOptuyDnLfIR3m1uLsjNTyujHYxMHU4sqV4br6p1u+rhaQlMBswzU TPBut8zQ==; Received: from [192.168.2.1] (port=8140 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1noevf-000EAZ-B4; Wed, 11 May 2022 11:00:31 +0530 From: Arun Isaac In-Reply-To: <87a6bpovg2.fsf@gnu.org> References: <20220507093443.4214-1-arunisaac@systemreboot.net> <87a6bpovg2.fsf@gnu.org> Date: Wed, 11 May 2022 11:00:29 +0530 Message-ID: <87zgjo3abu.fsf@systemreboot.net> 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-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=1652248675; 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=ek26YlpCF46ntiWDl04+yVJM0OfZ/NsY6bTOTuC7nHg=; b=Z53A2OjnpHK1Eu7CWapmzroQ4RIZfc5Hd31wX7Isxw/8h9DrPpgg8ltJkm8FzGas8MwEJB D3u/ZYga2JH/IX95MKXkcXsPOcWMaZx3r9OGDFf9qb8NKfUvruhgPNqWXWNpU2srJDLzfk 3U5XLiKFL39IH+ZvHdfeBMDnJQAXU4Oxp64WqI+rdds+UusZhwPw/b83q5KKFsID2iZU5F NYA+ww6hHZCAR5mFniL/d0R5UJrrvAp4Xixw/lRWSiTAtmXXdgTIP9Lc/H6bnYefPSmGAb opmmQ8kgu8yDWEkUqk1Ni7b9goX4t3wY+sdE5VGC8JzvlAJgB6vjlADkr8psFg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652248675; a=rsa-sha256; cv=none; b=tgLs3iuhFffHSfDg1CBYb4nzRMJk+mIhz0qorvQxYzSdiCFOqaoyJVeQ4uMArWt784Js4q 2icNpBY2usDZrOSYUxNztYEd6Ten9SftDAp+jrmQvjqZNEVffsdQP2y1jmdMccApr2Rude Ag99lGrtbzvzwT9Gv42+hq6R+/5Sov/jCbZ1vvCitULo6FwWkWP8wGdBsVJrTOl3Yn/CRD Ju58K15jUwSsHDc5PTEZMPOlV/3PL493KTYSCZtbOuxBZWB7LzeK3pOqsONP9jSTzb2ECQ PQKeNTrMxxuxQ8xItetI8V9/pFoN5RxmuOi2XIO6IhFSlPLUiWGpvWqIeO6j6w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=XY5RDSMB; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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: 5.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=XY5RDSMB; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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: 15B77437F1 X-Spam-Score: 5.99 X-Migadu-Scanner: scn1.migadu.com X-TUID: M0+6o0Mp0X+D > You forgot to send the actual patch, Oops, sorry! > but I think removing propagated inputs in this case is a good idea. > Got for it! Done, thank you!