From 8d0cd8d80c33c7162740c37f03937db93bfeba23 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 14 Oct 2013 10:00:15 +0200 Subject: [PATCH] README: add branching checklist Signed-off-by: Koen Kooi --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 0c79c4f..96ef969 100644 --- a/README +++ b/README @@ -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 ==============================