summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulien Grall <jgrall@amazon.com>2023-02-09 17:07:28 +0000
committerJulien Grall <jgrall@amazon.com>2023-02-09 17:07:28 +0000
commit4e0e7a29d2fe318e4e60e77a56773b4d020ebc6a (patch)
tree249a0ae5108cf58d0ca8ad07db7fe1b16332b62f /docs
parent6a6ae4ac349ee31030d4fb3952f2c3b48e60d09f (diff)
downloadxen-4e0e7a29d2fe318e4e60e77a56773b4d020ebc6a.tar.gz
docs/process: branching-checklist: Clarify steps to add the branch in osstest
The steps to add the new branch in osstest doesn't mention the change should be committed. Update the steps to clarify that. Take the opportunity to switch to use $v instead hardcoded version. Signed-off-by: Julien Grall <jgrall@amazon.com> Reviewed-by: Henry Wang <Henry.Wang@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/process/branching-checklist.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt
index a98f6559ab..d1550385c9 100644
--- a/docs/process/branching-checklist.txt
+++ b/docs/process/branching-checklist.txt
@@ -49,7 +49,9 @@ ov=4.0
OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup qemu-upstream-$v-testing bisect
* add branch to osstest
- ie add both eg qemu-upstream-4.2-testing and xen-4.2-testing to BRANCHES in cr-for-branches
+ Add both qemu-upstream-$v-testing and xen-$v-testing to BRANCHES in cr-for-branches
+ git add -p
+ git commit -m "cr-for-branches: Add Xen and QEMU $v branch"
* add to patchbot
on xenbits