[Xen-devel] [PATCH] docs/process/branching-checklist: Fix a broken rune

Ian Jackson posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191213170300.13544-1-ian.jackson@eu.citrix.com
docs/process/branching-checklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Xen-devel] [PATCH] docs/process/branching-checklist: Fix a broken rune
Posted by Ian Jackson 4 years, 3 months ago
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel