Release

This page provides some details about the process of a new grml release. This is mika's todo- and checklist:

for f in * ; do chroot $f/grml_chroot grep-status -F Status -e '^install ok installed$' -s Status,Package,Version,Source > "${f}_grep-status" ; done
perl get_sources grml_$ID/grml_$ID.yaml
perl gen_index
./repodiff.pl | grep -v 'does not exist'  | grep -v 'is the same'

Repeat all the steps if necessary (rc1→rc2). Finally rerun all the above steps for the stable release and provide rc1→stable change information.