commit:     c9c707c54f94974e4bb7049cfefbd3e99b1c0805
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 06:30:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to