Support virtio devices, and provide fallback of all remaining devices.
[genkernel.git] / HACKING
diff --git a/HACKING b/HACKING
index 02081d3f063453cb27bcd83489c0a10a8bf41729..57bbbd1ae19a363e25af65829fba0a137373a487 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -2,8 +2,8 @@
 
 This document is a work-in-progress to describe the workflow through the various
 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.
+are interested in helping with genkernel development, please get in touch at
+<genkernel@gentoo.org>.
 
 Phases:
 
@@ -11,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