From: Julien Grall <jgrall@amazon.com>
The loop in xenbits-docs-all.sh has been rewritten to use a range rather
than listing all the branch one by one. So update the steps accordingly.
Signed-off-by: Julien Grall <jgrall@amazon.com>
---
docs/process/branching-checklist.txt | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt
index 3dfa8ec2570b..372d7268d20a 100644
--- a/docs/process/branching-checklist.txt
+++ b/docs/process/branching-checklist.txt
@@ -35,12 +35,11 @@ ov=4.0
# xenbits-docs-all.sh in the obvious way. git commit
ssh xendocs@xenbits.xen.org
cd cronjobs
- ed xenbits-docs-all.sh
- /for branch
- s/$/ 4.6-testing
+ open xenbits-docs-all.sh with your favorite editor
+ Update the range on the line:
+ for branch in unstable-staging unstable 4.{18..15}-testing
# ^ OR SIMILAR
- w
- q
+ save the file and exit the editor
git add -p
git commit -m "Branch for $v"
--
2.40.1