README: add branching checklist

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-10-14 10:00:15 +02:00
parent bbd660ae69
commit 8d0cd8d80c

11
README
View File

@@ -26,6 +26,17 @@ To see which machines and packages were successfully built, check the buildhisto
https://github.com/Angstrom-distribution/buildhistory
==============================
Branching
==============================
When branching 'master' for a release ensure that:
1) conf/distro/angstrom-${VERSION}.conf is created
2) DISTRO_VERSION is set to vYYYY.MM (e.g. 2014.06)
3) classes/angstrom-mirrors.bbclass is pointing to the correct source mirror
4) recipes-angstrom/angstrom/angstrom-feed-configs.bb has PV = "${DISTRO_VERSION}"
==============================
Patches
==============================