diff mbox series

[1/1] docs/process/branching-checklist: Get osstest branch right

Message ID 20200715162511.5941-2-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series [1/1] docs/process/branching-checklist: Get osstest branch right | expand

Commit Message

Ian Jackson July 15, 2020, 4:24 p.m. UTC
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>
---
 docs/process/branching-checklist.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ian Jackson Aug. 18, 2020, 12:41 p.m. UTC | #1
Ian Jackson writes ("[PATCH 1/1] 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>

Not sure if I need an ack for this but one hasn't been forthcoming and
there have been no naks, so I have pushed it.

Ian.
diff mbox series

Patch

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"