summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2020-07-15 16:39:18 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2020-08-18 13:40:18 +0100
commiteee588bd73a7251fc5204b0563965372018f6319 (patch)
tree81adb821a2736df11089bc0ee03f5638baa28a97 /docs
parent79c2d51cba34b250fd23fd32dc2311da89a4772c (diff)
docs/process/branching-checklist: Get osstest branch right
The runes for this manual osstest were wrong. It needs to run as osstest, and cr-for-branches should be run from testing.git. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/process/branching-checklist.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt
index e286e65962..0e83272caa 100644
--- a/docs/process/branching-checklist.txt
+++ b/docs/process/branching-checklist.txt
@@ -86,8 +86,8 @@ including turning off debug.
Set off a manual osstest run, since the osstest cr-for-branches change
will take a while to take effect:
- ssh osstest.test-lab
- cd branches/for-xen-$v-testing.git
+ ssh osstest@osstest.test-lab
+ cd testing.git
screen -S $v
BRANCHES=xen-$v-testing ./cr-for-branches branches -w "./cr-daily-branch --real"