Re: Backgrounded script in post-commit blocks client commit completion

2010-10-19 Thread Kylo Ginsberg
On Tue, Oct 19, 2010 at 2:13 PM, Johan Corveleyn wrote: > On Tue, Oct 19, 2010 at 11:04 PM, Kylo Ginsberg wrote: >> Hi folks, >> >> I'm running 1.6.9 on Fedora 12.  With this post-commit script: >> >> #!/bin/sh >> REPOS="$1" >> REV="$2" >> $REPOS/hooks/delay.sh & >> >> and delay.sh is just: >> >>

Re: Backgrounded script in post-commit blocks client commit completion

2010-10-19 Thread Johan Corveleyn
On Tue, Oct 19, 2010 at 11:04 PM, Kylo Ginsberg wrote: > Hi folks, > > I'm running 1.6.9 on Fedora 12.  With this post-commit script: > > #!/bin/sh > REPOS="$1" > REV="$2" > $REPOS/hooks/delay.sh & > > and delay.sh is just: > > #!/bin/sh > sleep 5 > > This causes commits to delay 5 seconds before