From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 47C9F1581FD for ; Wed, 10 Sep 2025 10:26:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2FBBF335DBE for ; Wed, 10 Sep 2025 10:26:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6067111056F; Wed, 10 Sep 2025 10:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5925511056F for ; Wed, 10 Sep 2025 10:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AEF4340CEE for ; Wed, 10 Sep 2025 10:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631EE3338 for ; Wed, 10 Sep 2025 10:26:45 +0000 (UTC) From: "Arisu Tachibana" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arisu Tachibana" Message-ID: <1757499954.92f8bebec3ebf4533b0cb1b9b98907501883761d.alicef@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 web/gentoo_sources_web.pm X-VCS-Directories: web/ X-VCS-Committer: alicef X-VCS-Committer-Name: Arisu Tachibana X-VCS-Revision: 92f8bebec3ebf4533b0cb1b9b98907501883761d X-VCS-Branch: genpatches-misc Date: Wed, 10 Sep 2025 10:26:45 +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: bd64adb0-25e7-4276-892d-cd1b0dd4ac30 X-Archives-Hash: 571dc7fd15ec5d3853d9bec224e2672e commit: 92f8bebec3ebf4533b0cb1b9b98907501883761d Author: Arisu Tachibana gentoo org> AuthorDate: Wed Sep 10 10:12:42 2025 +0000 Commit: Arisu Tachibana gentoo org> CommitDate: Wed Sep 10 10:25:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=92f8bebe Update dir and url Signed-off-by: Arisu Tachibana gentoo.org> web/email-announcement.pl | 2 +- web/gentoo_sources_web.pm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/email-announcement.pl b/web/email-announcement.pl index 011e15fe..eaccbbca 100755 --- a/web/email-announcement.pl +++ b/web/email-announcement.pl @@ -20,7 +20,7 @@ else { # support for kernels >= 3.0 } $have_history = 0; -$website_base = 'http://dev.gentoo.org/~mpagano/genpatches'; +$website_base = 'http://dev.gentoo.org/~alicef/genpatches'; $result = `rm -rf ${LOCAL_TMP}/linux-patches`; $result = `cd $LOCAL_TMP`; diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm index fbc4cc5a..8fa23f1e 100644 --- a/web/gentoo_sources_web.pm +++ b/web/gentoo_sources_web.pm @@ -29,12 +29,12 @@ $output_path = $webscript_path.'/output'; print "outuput path is is $output_path\n"; -$website_base = 'http://dev.gentoo.org/~mpagano/genpatches'; +$website_base = 'http://dev.gentoo.org/~alicef/genpatches'; # TODO fix this, maybe from .genpatchsrc -$git_root='/home/mike/gentoo/linux-patches'; +$git_root="/home/$ENV{USER}/gentoo_dev/linux-patches"; -$ebuild_base = '/usr/local/gentoo-x86'; # /usr/portage +$ebuild_base = '/var/db/repos/gentoo'; # /var/db/repos/gentoo @kernels = ('sys-kernel/gentoo-kernel','sys-kernel/gentoo-kernel-bin','sys-kernel/mips-sources','sys-kernel/pf-sources','sys-kernel/rt-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources'); sub precheck { @@ -392,7 +392,7 @@ sub _get_genpatches_kernels2 { sub get_tarball_ext { my ($tag) = @_; - my $filecheck = 'http://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-'.$tag.'.base.tar.bz2'; + my $filecheck = 'http://dev.gentoo.org/~alicef/genpatches/tarballs/genpatches-'.$tag.'.base.tar.bz2'; my $contents = get($filecheck); if ( undef == $contents ) { return ".xz"; }