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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41AD41382C5 for ; Tue, 29 Dec 2020 19:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EC8DE0BE7; Tue, 29 Dec 2020 19:17:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60447E0BE7 for ; Tue, 29 Dec 2020 19:17:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57E71341754 for ; Tue, 29 Dec 2020 19:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D66463A6 for ; Tue, 29 Dec 2020 19:17:37 +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: <1609269430.5e63dc4fd55cf7af12d632511b6c1194c92eacc8.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ X-VCS-Repository: proj/linux-patches X-VCS-Files: web/gentoo_sources_web.pm X-VCS-Directories: web/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 5e63dc4fd55cf7af12d632511b6c1194c92eacc8 X-VCS-Branch: genpatches-misc Date: Tue, 29 Dec 2020 19:17:37 +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: b4de8ed0-c93d-4a62-803a-2e6694c04082 X-Archives-Hash: e51ea6fe3eef0994bc49ac241bfb710d commit: 5e63dc4fd55cf7af12d632511b6c1194c92eacc8 Author: Mike Pagano gentoo org> AuthorDate: Tue Dec 29 19:17:10 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Dec 29 19:17:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5e63dc4f Remove old kernels, add new ones for website generation Signed-off-by: Mike Pagano gentoo.org> web/gentoo_sources_web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm index 4426f19..974efa0 100644 --- a/web/gentoo_sources_web.pm +++ b/web/gentoo_sources_web.pm @@ -33,7 +33,7 @@ $website_base = 'http://dev.gentoo.org/~mpagano/genpatches'; $git_root='/home/mike/gentoo/linux-patches'; $ebuild_base = '/usr/local/gentoo-x86'; # /usr/portage -@kernels = ('sys-kernel/aufs-sources','sys-kernel/ck-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources'); +@kernels = ('sys-kernel/mips-sources','sys-kernel/pf-sources','sys-kernel/rt-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources'); sub html_header { local *FD = shift;