Skip to content

Commit

Permalink
docs/process: branching-checklist: Remove reference to root
Browse files Browse the repository at this point in the history
The steps to generate the documentation for the new branch requires
to ssh as root and then su to run with the user xendocs.

The release technician may not (and should not) have access to root.
So update the step to directly ssh as xendocs.

Signed-off-by: Julien Grall <[email protected]>
Acked-by: George Dunlap <[email protected]>
Reviewed-by: Henry Wang <[email protected]>
  • Loading branch information
Julien Grall committed Feb 9, 2023
1 parent f87a15f commit 6a6ae4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/process/branching-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ ov=4.0
* make 13:37 <ijc> https://xenbits.xen.org/docs/4.2-testing/ is now live true
#14:17 <ijc> HOWTO: login to xenbits. become "xendocs" . cd cronjobs . edit
# xenbits-docs-all.sh in the obvious way. git commit
ssh [email protected]
su - xendocs
ssh [email protected]
cd cronjobs
ed xenbits-docs-all.sh
/for branch
Expand Down

0 comments on commit 6a6ae4a

Please sign in to comment.