Re: [git-users] post-merge hook not running

2014-08-19 Thread Etienne Pouliot
I ended up using icrond to launch my hook whenever a file in /salt/.git/logs was modified, wich fill my need. Thank you again! On Monday, August 18, 2014 6:18:11 AM UTC-4, Konstantin Khomoutov wrote: On Fri, 15 Aug 2014 07:55:36 -0700 (PDT) Etienne Pouliot etienne...@gmail.com javascript:

Re: [git-users] post-merge hook not running

2014-08-18 Thread Konstantin Khomoutov
On Fri, 15 Aug 2014 07:55:36 -0700 (PDT) Etienne Pouliot etiennepoul...@gmail.com wrote: I'm trying to get my post-merge hook to run but I can't get it to work. [...] #git pull [...] The merge did not happen because `git merge` (which was run as a part of the `git pull` work

[git-users] post-merge hook not running

2014-08-15 Thread Etienne Pouliot
Hello, I'm trying to get my post-merge hook to run but I can't get it to work. Here is my test hook : /salt/.git/hooks/post-merge #!/bin/sh echo pafafds touch /tmp/githook.txt It is executable and I'm doing my git pull with my root account : # ls -l /salt/.git/hooks/post-merge

Re: [git-users] post-merge hook not running

2014-08-15 Thread Konstantin Khomoutov
On Fri, 15 Aug 2014 07:06:51 -0700 (PDT) Etienne Pouliot etiennepoul...@gmail.com wrote: I'm trying to get my post-merge hook to run but I can't get it to work. [...] #git pull remote: Counting objects: 5, done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 2),

Re: [git-users] post-merge hook not running

2014-08-15 Thread Etienne Pouliot
That make sense. Any other way to run a hook everytime I do a git pull ? On Friday, August 15, 2014 10:47:49 AM UTC-4, Konstantin Khomoutov wrote: On Fri, 15 Aug 2014 07:06:51 -0700 (PDT) Etienne Pouliot etienne...@gmail.com javascript: wrote: I'm trying to get my post-merge hook to run

[git-users] post-merge hook not running from script

2013-03-14 Thread Rob Dingwell
Background: We have a series of components and applications that use those components with each having it's own repository. We also use travis ci for testing when we make a push to the repos. The issue we have is that when one of the components is modified it may effect one of the