From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uKFuKLZF0V+vOQAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 21:46:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mJ8mJLZF0V8oQAAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 21:46:30 +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 63E259403A7 for ; Wed, 9 Dec 2020 21:46:30 +0000 (UTC) Received: from localhost ([::1]:33224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn7I5-0000hA-A0 for larch@yhetil.org; Wed, 09 Dec 2020 16:46:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn7He-0000fY-7G for guix-patches@gnu.org; Wed, 09 Dec 2020 16:46:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53073) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn7Hd-00045O-WF for guix-patches@gnu.org; Wed, 09 Dec 2020 16:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn7Hd-0003dt-U1 for guix-patches@gnu.org; Wed, 09 Dec 2020 16:46:01 -0500 Subject: bug#41219: [PATCH 2/2] guix: Enforce package.json "files" directive. Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 09 Dec 2020 21:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41219 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: paul , 41219-done@debbugs.gnu.org Mail-Followup-To: 41219@debbugs.gnu.org, jlicht@fsfe.org, goodoldpaul@autistici.org Received: via spool by 41219-done@debbugs.gnu.org id=D41219.160755034813967 (code D ref 41219); Wed, 09 Dec 2020 21:46:01 +0000 Received: (at 41219-done) by debbugs.gnu.org; 9 Dec 2020 21:45:48 +0000 Received: from localhost ([127.0.0.1]:36384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn7HQ-0003dD-Le for submit@debbugs.gnu.org; Wed, 09 Dec 2020 16:45:48 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:56476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn7HL-0003d0-Ou for 41219-done@debbugs.gnu.org; Wed, 09 Dec 2020 16:45:47 -0500 From: Jelle Licht In-Reply-To: <281725b0-9a8f-5bf0-6620-3730bf4b74e6@autistici.org> References: <20200512213131.28873-1-goodoldpaul@autistici.org> <20200512213131.28873-2-goodoldpaul@autistici.org> <875z88jkg9.fsf@jlicht.xyz> <7bea951c-c8c8-cca9-4bfe-8d8f5c83e2ab@autistici.org> <87a6xhel9s.fsf@jlicht.xyz> <86zh4bwyek.fsf@fsfe.org> <281725b0-9a8f-5bf0-6620-3730bf4b74e6@autistici.org> Date: Wed, 09 Dec 2020 22:45:40 +0100 Message-ID: <86eejy64cb.fsf@fsfe.org> 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-Spam-Score: -0.70 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=fsfe.org (policy=none); 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: 63E259403A7 X-Spam-Score: -0.70 X-Migadu-Scanner: scn1.migadu.com X-TUID: 5iYZNWfLDXX4 Dear Giacomo, paul writes: > Dear Jelle, > > do you believe that you can merge the globstar patch? Otherwise I would > just close this issue if you agree with it. I finally pushed your globstar patch to master in 371ba7b4b. > Thank you for your time, Thank you for your patience! - Jelle