]> xenbits.xensource.com Git - xen.git/commitdiff
docs/process/branching-checklist: Fix a broken rune
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 13 Dec 2019 17:01:44 +0000 (17:01 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 2 Jan 2020 14:59:50 +0000 (14:59 +0000)
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 <ian.jackson@eu.citrix.com>
docs/process/branching-checklist.txt

index 10c203831941875a249f277686ea6d6acfb284dd..1dfa1a2ec7b4e8e8bc1d12e7ca9406297ba335d4 100644 (file)
@@ -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.