[koha-commits] main Koha release repository branch new/bug_7857 created. v3.08.00-315-g2c8829f

Git repo owner gitmaster at git.koha-community.org
Wed Jun 20 21:42:21 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7857 has been created
        at  2c8829f731d9d91ed75d285aa7f88178d439e971 (commit)

- Log -----------------------------------------------------------------
commit 2c8829f731d9d91ed75d285aa7f88178d439e971
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Mon Jun 18 10:32:00 2012 +0200

    Bug 7857 - [SIGNED-OFF] database upgrade fails with plack
    
    This patch fixes PERL5LIB path injection to include installer dir
    which is required
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit b1322bb6cbaa8f4e9077db230261592510047df6
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Fri Mar 30 22:03:20 2012 +0200

    Bug 7857 - database upgrade fails with plack
    
    Updating database structure
    
    Update errors :
    
        Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 .) at /srv/koha/installer/data/mysql/updatedatabase.pl line 37.
        BEGIN failed--compilation aborted at /srv/koha/installer/data/mysql/updatedatabase.pl line 37.
    
    It seems that plack cleans enviroment, so we have to re-instart PERL5LIB
    so script invocation won't fail.
    
    It also fixes exit 1 which fail with plack.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit a29a5df175f4112302de71456d4f21d0dd7f48cf
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Apr 5 14:15:30 2012 +0200

    Bug 7857 - invalidate cached preferences after SetVersion
    
    This allows plack to correctly move to login page after database upgrade

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list