Document option lvmraid= and make it imply dolvm (bug #153502)
[genkernel.git] / HACKING
diff --git a/HACKING b/HACKING
index 375cc537a9a2d3c190b0d07de02fd660e85c4a4a..26269638cb6106e0fa0f55fb4198b9aa4f828715 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,9 @@
+# $Id$
+
 This document is a work-in-progress to describe the workflow through the various
-parts of genkernel so we can split the code into modular chunks.
+parts of genkernel so that we can split the code into modular chunks.  If you
+are interested in helping with genkernel development, contact Chris Gianelloni
+at wolf31o2@wolf31o2.org for access.
 
 Phases:
 
@@ -7,3 +11,12 @@ Phases:
 - source global scripts
 - 
 
+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:
+    scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/
+- check open bugs with keyword "InSVN" or "InVCS" for closability