Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit bd7e101

Browse files
committed
Merge pull request #36 from edunham/homudocs
Document the magical starting-Homu incantation
2 parents 718da1c + 44a9442 commit bd7e101

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,22 @@ it needs to be restarted.
8383
If the above steps fail, restart the Buildbot process on the production
8484
buildmaster.
8585

86+
## Homu is broken!
87+
88+
If the Homu status page linked above won't load, something is wrong with Homu.
89+
90+
To start Homu, SSH into the buildmaster as root, then:
91+
92+
```
93+
# screen -R # Or `screen -S homu` if there's no screen session
94+
# su rustbuild
95+
$ cd /home/rustbuild/homu
96+
$ .venv/bin/python homu/main.py 2>&1 | tee homu.log
97+
```
98+
99+
Often attaching to the screen then killing Homu (ctrl+c) and rerunning the
100+
prior command (up-arrow, enter) is all this takes.
101+
86102
# Testing Locally
87103

88104
## `master.cfg.txt`

0 commit comments

Comments
 (0)