3

What do I need to set up the server so that I get an update message through gchat/aim? Do I just set up a client on the server and use a hook combined with a script?

Ether
  • 53,118
  • 13
  • 86
  • 159
newDelete
  • 385
  • 2
  • 10

2 Answers2

1

yes. all you need to do is make sure you have a command-line way of using your instant messenger application.

Adam Dymitruk
  • 124,556
  • 26
  • 146
  • 141
1

You can use the .git/hooks/post-receive hook to inspect the new changesets and use a command line tool like sendxmpp to send the messages.

Rudi
  • 19,366
  • 3
  • 55
  • 77