[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH for-4.20 1/2] docs/process: branching-checklist: Update the steps to generate the docs
From: Julien Grall <jgrall@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |