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
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
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
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
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
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
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
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
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