docs: Mention "git push --tags", add command to copy to the mirror
authorSebastian Pipping <sebastian@pipping.org>
Sat, 25 Dec 2010 00:49:33 +0000 (01:49 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 25 Dec 2010 00:49:33 +0000 (01:49 +0100)
HACKING

diff --git a/HACKING b/HACKING
index 1993c7abc7a489b7dc60fb3ccd9ebea5f2267268..b379bf433fa818fda507c0278ea30e6dd8b70cd8 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -15,6 +15,8 @@ Rolling a release:
 - Bump the version in the main genkernel file.
 - echangelog commit the bump
 - git tag -a -m "Tag release v${PV}" v${PV}
+- git push ${REMOTE} master --tags
 - make dist
-- upload genkernel-${PV}.tar.bz2 to the hosting.
+- upload genkernel-${PV}.tar.bz2 to the hosting:
+    scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/
 - check open bugs with keyword "InSVN" for closability