From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4225158094 for ; Sun, 24 Jul 2022 17:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F94E0BD8; Sun, 24 Jul 2022 17:17:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBB1AE0BD8 for ; Sun, 24 Jul 2022 17:17:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 197E6340D17 for ; Sun, 24 Jul 2022 17:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852D2525 for ; Sun, 24 Jul 2022 17:16:59 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1658682994.9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ X-VCS-Repository: proj/linux-patches X-VCS-Files: web/email-announcement.pl X-VCS-Directories: web/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e X-VCS-Branch: genpatches-misc Date: Sun, 24 Jul 2022 17:16:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b51210e-aff5-49dc-9cc8-1fe715598974 X-Archives-Hash: 00a8ad2b8e2c584ed4129ab0ba626e1a commit: 9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e Author: Mike Pagano gentoo org> AuthorDate: Sun Jul 24 17:16:34 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Jul 24 17:16:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9cbb6db8 Addtional clean-up of the mistake of trying to support two websites Signed-off-by: Mike Pagano gentoo.org> web/email-announcement.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/web/email-announcement.pl b/web/email-announcement.pl index 4364fde1..011e15fe 100755 --- a/web/email-announcement.pl +++ b/web/email-announcement.pl @@ -8,7 +8,6 @@ $tag = shift; $kernel_name = shift; $LOCAL_TMP = shift; $REMOTE_BASE = shift; -$USERNAME = shift; if ($tag =~ m/(2\.6\.\d+)-(\d+)/) { $ver = $1;