diff mbox series

[for-4.20,1/2] docs/process: branching-checklist: Update the steps to generate the docs

Message ID 20241206194025.31662-2-julien@xen.org (mailing list archive)
State New
Headers show
Series docs/process: Update the branching checklist | expand

Commit Message

Julien Grall Dec. 6, 2024, 7:40 p.m. UTC
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 mbox series

Patch

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"