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 71913158064 for ; Fri, 3 May 2024 06:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC4FEE2A36; Fri, 3 May 2024 06:31:02 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B018E2A36 for ; Fri, 3 May 2024 06:31:02 +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 75BBA340DE6 for ; Fri, 3 May 2024 06:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D56DE1765 for ; Fri, 3 May 2024 06:30:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714717851.c9c707c54f94974e4bb7049cfefbd3e99b1c0805.sam@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: HACKING X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9c707c54f94974e4bb7049cfefbd3e99b1c0805 X-VCS-Branch: master Date: Fri, 3 May 2024 06:30: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: 3d79ebf7-e7ea-46f1-9d13-612874cea6f0 X-Archives-Hash: 6a5104acfafebbb71336c86b0fddf807 commit: c9c707c54f94974e4bb7049cfefbd3e99b1c0805 Author: Sam James gentoo org> AuthorDate: Fri May 3 06:30:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 06:30:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c9c707c5 HACKING: /usr/portage/distfiles -> /var/cache/distfiles Signed-off-by: Sam James gentoo.org> HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 19aa5f9..32ab8a6 100644 --- a/HACKING +++ b/HACKING @@ -28,7 +28,7 @@ Rolling a release: scp genkernel-${PV}.tar.xz ${USER}@dev.gentoo.org:/space/distfiles-local/ - copy to portage's DISTDIR so you can bump the ebuild before the tarball hits distfile mirrors - - cp genkernel-${PV}.tar.xz /usr/portage/distfiles/ + - cp genkernel-${PV}.tar.xz /var/cache/distfiles/ - Bump the ebuild - Propagate ebuild changes to the live ebuild diff genkernel-${OLD_PV}.ebuild genkernel-${NEW_PV}.ebuild | patch genkernel-9999.ebuild