The old instructions were obsolete. Here are the details I used when branching for 4.10.
CC: Julien Grall <[email protected]> CC: Wei Liu <[email protected]> Signed-off-by: Ian Jackson <[email protected]> --- docs/process/release-checklist.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/process/release-checklist.txt b/docs/process/release-checklist.txt index b96964e..c83ff7f 100644 --- a/docs/process/release-checklist.txt +++ b/docs/process/release-checklist.txt @@ -54,8 +54,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.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
