lddtree call must be outside the for loop.
[genkernel.git] / HACKING
1 # $Id$
2
3 This document is a work-in-progress to describe the workflow through the various
4 parts of genkernel so that we can split the code into modular chunks.  If you
5 are interested in helping with genkernel development, please get in touch at
6 <genkernel@gentoo.org>.
7
8 Phases:
9
10 - read configs
11 - source global scripts
12
13
14 Rolling a release:
15 - Bump the version in the main genkernel file.
16 - echangelog commit the bump
17 - git tag -a -m "Tag release v${PV}" v${PV}
18 - git push ${REMOTE} master --tags
19 - make dist
20 - upload genkernel-${PV}.tar.bz2 to the hosting:
21     scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/
22 - check open bugs with keyword "InSVN" or "InVCS" for closability