From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 697BD3858D28 for ; Tue, 17 Jan 2023 13:02:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 697BD3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 245B238554; Tue, 17 Jan 2023 13:02:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1673960563; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oGJeKECoiojnnazmRXswUgHw0oQYMqQ3q9eyVHh+o0M=; b=C4nFnadv5IvT6OIbmbj0IU10/L9A90DGIrHl25cGxbKjtDTaKmXOMhS7y4YEg4u4O0E7MK 0urgMTs5rtGGR3fUdOTh3rRj1P4rEuzSCf8JGnrxfQ2WbnCnFzreLWOAiQoDbwKy/RvJdB b7VubhZe+5Zl9WatiCViwMW60r4k/+4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1673960563; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oGJeKECoiojnnazmRXswUgHw0oQYMqQ3q9eyVHh+o0M=; b=EJQyinsMdVAQJstYU8LS/dGmW2mL2BR7MeMzmmcT7569G/4h2aj3fZVHzcbAdcqyedAGJc c6sFym7dKR9s/6BA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 121E81390C; Tue, 17 Jan 2023 13:02:43 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id TFNmA3OcxmOtdgAAMHmgww (envelope-from ); Tue, 17 Jan 2023 13:02:43 +0000 Message-ID: <553d135a-9ad1-d7c5-4d14-98f7e7e34a58@suse.cz> Date: Tue, 17 Jan 2023 14:02:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH (pushed)] Ignore test_patches.txt in update-copyright.py. To: gcc-patches@gcc.gnu.org References: Content-Language: en-US Cc: Jakub Jelinek In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: contrib/ChangeLog: * update-copyright.py: Ignore test_patches.txt. --- contrib/update-copyright.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index ac7a94743cf..f3691dc11cc 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -693,6 +693,7 @@ class ContribFilter(GenericFilter): 'Info.plist', # Contains CR (^M). 'repro_fail', + 'test_patches.txt', ]) class GCCCopyright (Copyright): -- 2.39.0