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

2011-01-04 Thread Sylvain Beucler
Hi, I add another look and I think I fixed the off-by-one issue. Let me know if this is fixed for you. - Sylvain On Mon, Jan 03, 2011 at 08:43:46PM +0100, Nils Gey wrote: > Hello, > > our GIT Ciabot makes more problems than it benefits. > It always is -1 commits off, the situation has not cha

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

2011-01-03 Thread Nils Gey
Hello, our GIT Ciabot makes more problems than it benefits. It always is -1 commits off, the situation has not changed. But recently it began to refuse git pushes because of some CIA error. I guess this is related to the CIA system itself, but its still getting on my nerves. If you don't know

[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

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

2010-08-31 Thread Sylvain Beucler
Hi, (don't contact me privately about Savannah, use the lists) On Mon, Aug 30, 2010 at 09:50:50PM +0200, Nils Gey wrote: > After hours of search I figured out that there apparently no way for the > projects itself to set up either description .git/description nor git hooks > (for example cia bo