From: Ian Jackson Date: Mon, 25 Jun 2018 14:49:37 +0000 (+0100) Subject: process docs: Final branching checklist steps X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3685 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8674b02374f6807c12a7cd275f0d3c2f9fbff2bf;p=xen.git process docs: Final branching checklist steps Document two steps which were done this time, and last time: (i) setting off an early osstest run (ii) sending the mail confirming it's done. Signed-off-by: Ian Jackson Acked-by: Wei Liu --- diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt index caf18d9827..5a02d21968 100644 --- a/docs/process/branching-checklist.txt +++ b/docs/process/branching-checklist.txt @@ -91,3 +91,12 @@ Update new stable tree's MAINTAINERS to contain correct info for this stable branch: usually, copy text from previous staging-$ov:MAINTAINERS section "Stable Release Maintenance" into new staging-$v, deleting what's there. + +Set off a manual osstest run, since the osstest cr-for-branches change +will take a while to take effect: + ssh osstest.test-lab + cd branches/for-xen-$v-testing.git + screen -S $v + ./cr-daily-branch --real xen-$v-testing + +Send message to committers and RM. Use previous mail as a template.