docs/process/release-checklist.txt: New instructions for disabling debug
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 1 Dec 2017 15:17:33 +0000 (15:17 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 27 Apr 2018 14:27:09 +0000 (15:27 +0100)
The old instructions were obsolete.  Here are the details I used when
branching for 4.10.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
docs/process/release-technician-checklist.txt

index 0fdcd6fed54ad107c05989bbf47f65c91f8f2153..3c7a305b724ee48b0e7e9082ca44629edf5fcffd 100644 (file)
@@ -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