From 729960f085c8e30aa4193f4fdd0a9dd7660d80cf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Dec 2017 15:17:33 +0000 Subject: [PATCH] docs/process/release-checklist.txt: New instructions for disabling debug The old instructions were obsolete. Here are the details I used when branching for 4.10. Signed-off-by: Ian Jackson Acked-by: Wei Liu --- docs/process/release-technician-checklist.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt index 0fdcd6fed5..3c7a305b72 100644 --- a/docs/process/release-technician-checklist.txt +++ b/docs/process/release-technician-checklist.txt @@ -56,8 +56,9 @@ t=RELEASE-$r # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh * rerun ./autogen.sh to update version number in configure # - XEN_EXTRAVERSION should be `.0-rc$(XEN_VENDORVERSION)' -# - debug ?= n on stable branches -# - Kconfig.debug default n on stable branches +# - turn off debug on stable branches +# - tools/Rules.mk debug ?= n +# - Kconfig.debug default n * tag xen-unstable # In xen.git -- 2.39.5