chiark / gitweb /
Merge branch 'master' of /home/matthew/programming/irc/bot/
[irc.git] / git-notes.txt
1                      Git notes for Servus hackers
2
3 To edit servus.html ; edit in the web clone (and git-commit -a ), then
4 from the live version do git-pull html.
5
6 Rather than running git-pull in the html dir, instead run
7 pull-and-update.sh which runs git-update-server-info too.
8
9 to get a copy, either:
10 git-clone http://www.pick.ucam.org/~matthew/irc/.git/ [if
11 git-update-server-info has been run in the web clone]
12
13 or git-clone rapun.sel.cam.ac.uk:/home/matthew/programming/irc/bot (if
14 you've got a rapun account). 
15
16 Testing:
17
18 programming/irc/bot-test contains a clone of bot, but with
19 Servus-chiark.py changed to launch a test version into #test. If you
20 git-pull in there, you can then launch the new code and check it works
21 before killing and reloading Servus proper.