[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Sylvain Beucler
Hi, > 1) I meant which git hook does the ciabot call? post-receive I guess, but I > don't know if there are any alternatives. 'update': r...@vcs-noshell:/srv/git# cat denemo.git/hooks/update.d/ciabot #!/bin/bash refname=$1 oldhead=$2 newhead=$3 exec /usr/src/git/contrib/ciabot/ciabot.py ${refna

[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Nils Gey
Hello again, 1) I meant which git hook does the ciabot call? post-receive I guess, but I don't know if there are any alternatives. 2) It seems, that the script works on per received push basis, not commit. That means if we push several commits at once CIA just takes this as on message. (And the

[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Sylvain Beucler
On Wed, Sep 01, 2010 at 10:15:16PM +0200, Nils Gey wrote: > Hello Sylvain, > > Thank you for your work. The bot is now reporting in our IRC channel #denemo > on irc.freenode.org > > > > > So far it's been working reasonably well (so it needed a couple > > > > bugfixes), but there's one repositor

[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Nils Gey
Hello Sylvain, Thank you for your work. The bot is now reporting in our IRC channel #denemo on irc.freenode.org > > > So far it's been working reasonably well (so it needed a couple > > > bugfixes), but there's one repository where CIA's notifications are > > > one commit late, I haven't tracked

[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Sylvain Beucler
Hi, On Tue, Aug 31, 2010 at 10:51:42PM +0200, Nils Gey wrote: > Hello Sylvain, > > Thanks for your offer. > Repository is git://git.savannah.gnu.org/denemo.git and the cia project name > is "denemo", too. > > I guess this means we can remove our cia client script from our repository > because

[Savannah-help-public] Re: Savannah git hooks (Cia)

2010-09-01 Thread Nils Gey
Hello Sylvain, Thanks for your offer. Repository is git://git.savannah.gnu.org/denemo.git and the cia project name is "denemo", too. I guess this means we can remove our cia client script from our repository because a server-wide is used? And I assume the hook is done after receiving new commit