Document option lvmraid= and make it imply dolvm (bug #153502)
[genkernel.git] / HACKING
diff --git a/HACKING b/HACKING
index f9ff7c503142fed6225795940f5449a6d01b826e..26269638cb6106e0fa0f55fb4198b9aa4f828715 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -14,6 +14,9 @@ Phases:
 Rolling a release:
 - Bump the version in the main genkernel file.
 - echangelog commit the bump
-- git tag -a -m "Tag release $PV" v${PV}
+- 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" or "InVCS" for closability