From: Ian Jackson Date: Fri, 13 Dec 2019 17:01:44 +0000 (+0000) Subject: docs/process/branching-checklist: Fix a broken rune X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~956 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=585972dc10f2c95db22a80207464d9c8866aa28f;p=xen.git docs/process/branching-checklist: Fix a broken rune cr-daily-branch ought to be called via cr-for-branches so that we take the lock. Otherwise strange things can occur if cron runs cr-daily-branch in the same directory - in particular, it will be likely to update the osstest revision, breaking everything. Signed-off-by: Ian Jackson --- diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt index 10c2038319..1dfa1a2ec7 100644 --- a/docs/process/branching-checklist.txt +++ b/docs/process/branching-checklist.txt @@ -89,6 +89,6 @@ 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 + BRANCHES=xen-$v-testing ./cr-for-branches branches -w "./cr-daily-branch --real" Send message to committers and RM. Use previous mail as a template.