Project

General

Profile

Actions

Install-log » History » Revision 7

« Previous | Revision 7/10 (diff) | Next »
Anthony Mallet, 2014-03-19 11:42
mention local patch to gitolite update hook


Installation log

gitolite

  • This patch in $HOME/.gitolite/hooks/common/update is necessary for redmine/https commits
    --- update~     2013-12-10 17:30:12.000000000 +0100
    +++ update      2014-02-06 16:55:54.116934730 +0100
    @@ -1,5 +1,8 @@
     #!/usr/bin/perl
    
    +BEGIN {
    +    exit 0 if exists $ENV{GL_BYPASS_UPDATE_HOOK};
    +}
     use strict;
     use warnings;
    
    

postgres

redmine

apache

redmine plugins

restart redmine

Updated by Anthony Mallet over 10 years ago · 10 revisions