From c460e29b6e02d2e53c8002cd5e9920223edcd19c Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Thu, 20 Aug 2009 20:24:12 +0100 Subject: [PATCH] notes about use of git for Servus --- git-notes.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 git-notes.txt diff --git a/git-notes.txt b/git-notes.txt new file mode 100644 index 0000000..ce2e34d --- /dev/null +++ b/git-notes.txt @@ -0,0 +1,16 @@ +to edit servus.html ; edit in the web clone (and git-commit -a ), then +from the live version do git-pull html. + +to get a copy, either: +git-clone http://www.pick.ucam.org/~matthew/irc/.git/ [if +git-update-server-info has been run in the web clone] + +or git-clone rapun.sel.cam.ac.uk:/home/matthew/programming/irc/bot (if +you've got a rapun account). + +Testing: + +programming/irc/bot-test contains a clone of bot, but with +Servus-chiark.py changed to launch a test version into #test. If you +git-pull in there, you can then launch the new code and check it works +before killing and reloading Servus proper. -- 2.30.2