File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ ruby_commit_hook="$(cd "$(dirname $0)"; cd ..; pwd)"
27
27
--vcs git \
28
28
> /tmp/post-receive-commit-email.log 2>&1
29
29
30
- # { date; echo auto-style; uptime; } >> "$hook_log"
31
- # RUBY_GIT_HOOK=1 "${ruby_commit_hook}/bin/auto-style.rb" "$ruby_git"
30
+ { date; echo auto-style; uptime; } >> " $hook_log "
31
+ RUBY_GIT_HOOK=1 " ${ruby_commit_hook} /bin/auto-style.rb" " $ruby_git "
32
32
33
- # { date; echo update-version.h.rb; uptime; } >> "$hook_log"
34
- # "${ruby_commit_hook}/bin/update-version.h.rb" git "$ruby_git" $* \
35
- # > /tmp/post-receive-update-version.log 2>&1 &
33
+ { date; echo update-version.h.rb; uptime; } >> " $hook_log "
34
+ " ${ruby_commit_hook} /bin/update-version.h.rb" git " $ruby_git " $* \
35
+ > /tmp/post-receive-update-version.log 2>&1 &
36
36
37
37
{ date; echo redmine fetch changesets; uptime; } >> " $hook_log "
38
38
curl " https://bugs.ruby-lang.org/sys/fetch_changesets?key=` cat ~ git/config/redmine.key` " &
You can’t perform that action at this time.
0 commit comments